Upgrade to nixos and home-manager to version 25.11
This commit is contained in:
@@ -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";
|
||||
};
|
||||
|
||||
@@ -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";
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user