nixos: 25.11 -> 26.05
This commit is contained in:
parent
763960c0e6
commit
7d45fe1534
10 changed files with 35 additions and 27 deletions
|
|
@ -6,5 +6,6 @@
|
|||
name = "Arc";
|
||||
package = pkgs.arc-icon-theme;
|
||||
};
|
||||
gtk4.theme = null;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -7,6 +7,8 @@
|
|||
viAlias = true;
|
||||
vimdiffAlias = true;
|
||||
withNodeJs = true;
|
||||
withRuby = false;
|
||||
withPython3 = false;
|
||||
coc.enable = true;
|
||||
plugins = with pkgs.vimPlugins; [
|
||||
vim-gitgutter
|
||||
|
|
|
|||
|
|
@ -15,6 +15,9 @@
|
|||
"text/calendar" = ["thunderbird.desktop"];
|
||||
};
|
||||
};
|
||||
userDirs.enable = true;
|
||||
userDirs = {
|
||||
enable = true;
|
||||
setSessionVariables = false;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -26,6 +26,8 @@
|
|||
history.size = 10000;
|
||||
history.path = "$HOME/.zsh_history";
|
||||
|
||||
dotDir = config.home.homeDirectory;
|
||||
|
||||
initContent = lib.mkMerge [ beforeCompInit defaultInit ];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue