commit before update

This commit is contained in:
yaroslav
2025-09-06 01:24:29 +03:00
parent f697119ffe
commit 18b8e2d9bf
5 changed files with 14 additions and 1 deletions
+1
View File
@@ -52,6 +52,7 @@ in
"unrar" "unrar"
"teamspeak3" "teamspeak3"
"ida-free" "ida-free"
"zoom"
]; ];
home.packages = with pkgs; [ home.packages = with pkgs; [
mc mc
+1
View File
@@ -32,5 +32,6 @@
wl-kbptr wl-kbptr
brave brave
heroic heroic
zoom-us
]; ];
} }
+3
View File
@@ -10,6 +10,9 @@
font_size = 10; font_size = 10;
}; };
}; };
home.sessionVariables = {
TERMINAL = "kitty";
};
} }
+7
View File
@@ -28,6 +28,8 @@ programs.neovim = {
vimtex vimtex
coq_nvim coq_nvim
coq-artifacts coq-artifacts
transparent-nvim
zenbones-nvim
]; ];
extraLuaConfig = '' extraLuaConfig = ''
local function my_on_attach(bufnr) local function my_on_attach(bufnr)
@@ -71,7 +73,12 @@ programs.neovim = {
-- end, -- end,
-- }, -- },
--}) --})
set termguicolors = true
set background = dark
colorscheme zenbones
''; '';
}; };
} }
+1
View File
@@ -10,6 +10,7 @@
"/var/lib/systemd/timers" "/var/lib/systemd/timers"
"/var/lib/fprint" "/var/lib/fprint"
"/var/lib/libvirt" "/var/lib/libvirt"
"/var/lib/waydroid"
"/var/lib/teamspeak3-server" "/var/lib/teamspeak3-server"
"/etc/NetworkManager" "/etc/NetworkManager"
"/var/lib/sddm" "/var/lib/sddm"