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"
"teamspeak3"
"ida-free"
"zoom"
];
home.packages = with pkgs; [
mc
+1
View File
@@ -32,5 +32,6 @@
wl-kbptr
brave
heroic
zoom-us
];
}
+3
View File
@@ -10,6 +10,9 @@
font_size = 10;
};
};
home.sessionVariables = {
TERMINAL = "kitty";
};
}
+8 -1
View File
@@ -28,6 +28,8 @@ programs.neovim = {
vimtex
coq_nvim
coq-artifacts
transparent-nvim
zenbones-nvim
];
extraLuaConfig = ''
local function my_on_attach(bufnr)
@@ -70,8 +72,13 @@ programs.neovim = {
-- vim.fn["vsnip#anonymous"](args.body)
-- end,
-- },
-- })
--})
set termguicolors = true
set background = dark
colorscheme zenbones
'';
};
}