Compare commits
No commits in common. "f9a6d798eac62ee2b4dcbb3b55eebf0f154fac1b" and "c3e85034f56f891281c014c38954e95bd923df94" have entirely different histories.
f9a6d798ea
...
c3e85034f5
11 changed files with 16 additions and 76 deletions
|
|
@ -20,7 +20,6 @@ in {
|
||||||
|
|
||||||
packages = with pkgs; [
|
packages = with pkgs; [
|
||||||
calc
|
calc
|
||||||
dysk
|
|
||||||
file
|
file
|
||||||
gcc
|
gcc
|
||||||
htop
|
htop
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
defaultFonts = {
|
defaultFonts = {
|
||||||
monospace = [
|
monospace = [
|
||||||
"JetBrainsMono Nerd Font"
|
"JetBrains Mono"
|
||||||
"Noto Sans Mono CJK SC"
|
"Noto Sans Mono CJK SC"
|
||||||
"Noto Sans Mono"
|
"Noto Sans Mono"
|
||||||
"Noto Color Emoji"
|
"Noto Color Emoji"
|
||||||
|
|
@ -31,10 +31,11 @@
|
||||||
# with fonts.packages buy im too lazy to check
|
# with fonts.packages buy im too lazy to check
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
jetbrains-mono
|
jetbrains-mono
|
||||||
nerd-fonts.jetbrains-mono
|
|
||||||
noto-fonts
|
noto-fonts
|
||||||
noto-fonts-cjk-sans
|
noto-fonts-cjk-sans
|
||||||
noto-fonts-emoji
|
noto-fonts-emoji
|
||||||
noto-fonts-extra
|
noto-fonts-extra
|
||||||
|
nerd-fonts.fira-code
|
||||||
|
nerd-fonts.droid-sans-mono
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -18,7 +18,7 @@ in {
|
||||||
progress-color = "over #FFFFFF";
|
progress-color = "over #FFFFFF";
|
||||||
border-radius = 0;
|
border-radius = 0;
|
||||||
default-timeout = 7000;
|
default-timeout = 7000;
|
||||||
font = "JetBrainsMono Nerd Font 10";
|
font = "JetBrains Mono 10";
|
||||||
icons = true;
|
icons = true;
|
||||||
ignore-timeout = false;
|
ignore-timeout = false;
|
||||||
layer = "top";
|
layer = "top";
|
||||||
|
|
|
||||||
|
|
@ -62,7 +62,7 @@ in {
|
||||||
};
|
};
|
||||||
|
|
||||||
fonts = {
|
fonts = {
|
||||||
names = ["JetBrainsMono Nerd Font"];
|
names = ["JetBrains Mono"];
|
||||||
style = "Regular";
|
style = "Regular";
|
||||||
size = 8.0;
|
size = 8.0;
|
||||||
};
|
};
|
||||||
|
|
@ -136,7 +136,7 @@ in {
|
||||||
keybindings = let
|
keybindings = let
|
||||||
mod = config.wayland.windowManager.sway.config.modifier;
|
mod = config.wayland.windowManager.sway.config.modifier;
|
||||||
grimshot = getExe pkgs.sway-contrib.grimshot;
|
grimshot = getExe pkgs.sway-contrib.grimshot;
|
||||||
bemenuCommand = ''bemenu-run --center --width-factor 0.2 --fixed-height --list 10 --scrollbar none --auto-select --accept-single --fn "JetBrainsMono Nerd Font 12" --prompt "" --tb "#000000" --tf "#EAEAEA" --fb "#000000" --ff "#EAEAEA" --cb "#EAEAEA" --cf "#000000" --nb "#000000" --nf "#EAEAEA" --sb "#000000" --sf "#EAEAEA" --hb "#000000" --hf "#EAEAEA" --fbb "#000000" --fbf "#000000" --ab "#000000" --af "#EAEAEA"'';
|
bemenuCommand = ''bemenu-run --center --width-factor 0.2 --fixed-height --list 10 --scrollbar none --auto-select --accept-single --fn "JetBrains Mono 12" --prompt "" --tb "#000000" --tf "#EAEAEA" --fb "#000000" --ff "#EAEAEA" --cb "#EAEAEA" --cf "#000000" --nb "#000000" --nf "#EAEAEA" --sb "#000000" --sf "#EAEAEA" --hb "#000000" --hf "#EAEAEA" --fbb "#000000" --fbf "#000000" --ab "#000000" --af "#EAEAEA"'';
|
||||||
in
|
in
|
||||||
mkOptionDefault {
|
mkOptionDefault {
|
||||||
"${mod}+a" = "focus parent";
|
"${mod}+a" = "focus parent";
|
||||||
|
|
|
||||||
|
|
@ -48,16 +48,16 @@ in {
|
||||||
tooltip = false;
|
tooltip = false;
|
||||||
};
|
};
|
||||||
"cpu" = {
|
"cpu" = {
|
||||||
format = " {usage}%";
|
format = "cpu {usage}%";
|
||||||
tooltip = false;
|
tooltip = false;
|
||||||
};
|
};
|
||||||
"memory" = {
|
"memory" = {
|
||||||
format = " {percentage}%";
|
format = "mem {percentage}%";
|
||||||
tooltip = true;
|
tooltip = true;
|
||||||
tooltip-format = "{used}/{total}";
|
tooltip-format = "{used}/{total}";
|
||||||
};
|
};
|
||||||
"disk" = {
|
"disk" = {
|
||||||
format = " {specific_used:0.0f}/{specific_total:0.0f}";
|
format = "disk {specific_used:0.0f}/{specific_total:0.0f}";
|
||||||
unit = "GiB";
|
unit = "GiB";
|
||||||
tooltip = false;
|
tooltip = false;
|
||||||
};
|
};
|
||||||
|
|
@ -68,7 +68,7 @@ in {
|
||||||
};
|
};
|
||||||
style = ''
|
style = ''
|
||||||
* {
|
* {
|
||||||
font-family: "JetBrainsMono Nerd Font", monospace;
|
font-family: "JetBrains Mono", monospace;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
border: none;
|
border: none;
|
||||||
|
|
|
||||||
|
|
@ -15,7 +15,6 @@ in {
|
||||||
enable = true;
|
enable = true;
|
||||||
settings = {
|
settings = {
|
||||||
theme = "macawCustom";
|
theme = "macawCustom";
|
||||||
font.size = 16;
|
|
||||||
preview.enabled = false;
|
preview.enabled = false;
|
||||||
sidebar = {
|
sidebar = {
|
||||||
buffer_action = "replace-pane";
|
buffer_action = "replace-pane";
|
||||||
|
|
|
||||||
|
|
@ -40,66 +40,8 @@ in {
|
||||||
'';
|
'';
|
||||||
|
|
||||||
plugins = with pkgs.vimPlugins; [
|
plugins = with pkgs.vimPlugins; [
|
||||||
barbar-nvim
|
|
||||||
nvim-web-devicons
|
|
||||||
vim-nix
|
vim-nix
|
||||||
vim-visual-multi
|
vim-visual-multi
|
||||||
{
|
|
||||||
plugin = nvim-tree-lua;
|
|
||||||
type = "lua";
|
|
||||||
config = ''
|
|
||||||
require("nvim-tree").setup({
|
|
||||||
renderer = {
|
|
||||||
icons = {
|
|
||||||
show = {
|
|
||||||
file = true,
|
|
||||||
folder = true,
|
|
||||||
folder_arrow = true,
|
|
||||||
git = true,
|
|
||||||
},
|
|
||||||
glyphs = {
|
|
||||||
git = {
|
|
||||||
unstaged = "",
|
|
||||||
staged = "",
|
|
||||||
unmerged = "",
|
|
||||||
renamed = "",
|
|
||||||
untracked = "",
|
|
||||||
deleted = "",
|
|
||||||
ignored = "",
|
|
||||||
},
|
|
||||||
},
|
|
||||||
},
|
|
||||||
},
|
|
||||||
view = {
|
|
||||||
width = 30,
|
|
||||||
side = 'left',
|
|
||||||
},
|
|
||||||
sync_root_with_cwd = true, --fix to open cwd with tree
|
|
||||||
respect_buf_cwd = true,
|
|
||||||
update_cwd = true,
|
|
||||||
update_focused_file = {
|
|
||||||
enable = true,
|
|
||||||
update_cwd = true,
|
|
||||||
update_root = true,
|
|
||||||
},
|
|
||||||
})
|
|
||||||
|
|
||||||
vim.g.nvim_tree_respect_buf_cwd = 1
|
|
||||||
|
|
||||||
-- use g? for bindings help while in tree
|
|
||||||
'';
|
|
||||||
}
|
|
||||||
{
|
|
||||||
plugin = gruvbox-nvim;
|
|
||||||
type = "lua";
|
|
||||||
config = ''
|
|
||||||
require("gruvbox").setup({
|
|
||||||
contrast = "high",
|
|
||||||
})
|
|
||||||
vim.o.background = "dark"
|
|
||||||
vim.cmd([[colorscheme gruvbox]])
|
|
||||||
'';
|
|
||||||
}
|
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
home.sessionVariables = {
|
home.sessionVariables = {
|
||||||
|
|
|
||||||
|
|
@ -15,10 +15,10 @@ in {
|
||||||
settings = {
|
settings = {
|
||||||
main = {
|
main = {
|
||||||
term = "xterm-256color";
|
term = "xterm-256color";
|
||||||
font = "JetBrainsMono Nerd Font:style=Medium:size=15";
|
font = "JetBrains Mono:style=Medium:size=15";
|
||||||
font-bold = "JetBrainsMono Nerd Font:style=Bold:size=15";
|
font-bold = "JetBrains Mono:style=Bold:size=15";
|
||||||
font-italic = "JetBrainsMono Nerd Font:style=Italic:size=15";
|
font-italic = "JetBrains Mono:style=Italic:size=15";
|
||||||
font-bold-italic = "JetBrainsMono Nerd Font:style=Bold Italic:size=15";
|
font-bold-italic = "JetBrains Mono:style=Bold Italic:size=15";
|
||||||
dpi-aware = "yes";
|
dpi-aware = "yes";
|
||||||
initial-window-size-pixels = "1200x600";
|
initial-window-size-pixels = "1200x600";
|
||||||
};
|
};
|
||||||
|
|
|
||||||
|
|
@ -40,7 +40,7 @@ in {
|
||||||
};
|
};
|
||||||
autosave = "on_focus_change";
|
autosave = "on_focus_change";
|
||||||
auto_update = false;
|
auto_update = false;
|
||||||
buffer_font_family = "JetBrainsMono Nerd Font";
|
buffer_font_family = "JetBrains Mono";
|
||||||
buffer_font_size = 22;
|
buffer_font_size = 22;
|
||||||
hide_mouse = "never";
|
hide_mouse = "never";
|
||||||
minimap.show = "auto";
|
minimap.show = "auto";
|
||||||
|
|
|
||||||
|
|
@ -55,7 +55,6 @@ in {
|
||||||
|
|
||||||
fonts.packages = with pkgs; [
|
fonts.packages = with pkgs; [
|
||||||
jetbrains-mono
|
jetbrains-mono
|
||||||
nerd-fonts.jetbrains-mono
|
|
||||||
noto-fonts
|
noto-fonts
|
||||||
noto-fonts-cjk-sans
|
noto-fonts-cjk-sans
|
||||||
noto-fonts-emoji
|
noto-fonts-emoji
|
||||||
|
|
|
||||||
|
|
@ -26,7 +26,7 @@ in {
|
||||||
window {
|
window {
|
||||||
background-color: black;
|
background-color: black;
|
||||||
color: #eaeaea;
|
color: #eaeaea;
|
||||||
font-family: "JetBrainsMono Nerd Font", monospace;
|
font-family: "JetBrains Mono", monospace;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue