Upgrade to nixos and home-manager to version 25.11

This commit is contained in:
2025-12-09 16:49:43 +01:00
parent afde180560
commit c8e7ca9ce3
6 changed files with 36 additions and 37 deletions
+3 -3
View File
@@ -6,9 +6,9 @@
programs.git = {
enable = true;
userName = "Leonhard Kost";
userEmail = "leonhard.kost@gmail.com";
extraConfig = {
settings = {
user.name = "Leonhard Kost";
user.email = "leonhard.kost@gmail.com";
credential.credentialStore = "cache";
credential.helper = "manager";
};
+10 -11
View File
@@ -14,18 +14,17 @@
lspkind = {
enable = true;
cmp = {
enable = true;
menu = {
nvim_lsp = "[LSP]";
nvim_lua = "[api]";
path = "[path]";
luasnip = "[snip]";
buffer = "[buffer]";
settings = {
cmp = {
enable = true;
menu = {
nvim_lsp = "[LSP]";
nvim_lua = "[api]";
path = "[path]";
luasnip = "[snip]";
buffer = "[buffer]";
};
};
};
extraOptions = {
mode = "symbol";
};
};