Upgrade to nix 24.05
This commit is contained in:
parent
b814409b8c
commit
a276c6def3
3 changed files with 12 additions and 13 deletions
|
|
@ -22,13 +22,12 @@
|
|||
pass
|
||||
python311Packages.python-lsp-server
|
||||
ripgrep
|
||||
rnix-lsp
|
||||
texliveMedium
|
||||
tree
|
||||
wget
|
||||
];
|
||||
|
||||
home.stateVersion = "23.11";
|
||||
home.stateVersion = "24.05";
|
||||
|
||||
home.sessionVariables = {
|
||||
PAGER = "less";
|
||||
|
|
@ -172,7 +171,7 @@
|
|||
zsh = {
|
||||
enable = true;
|
||||
enableCompletion = true;
|
||||
enableAutosuggestions = true;
|
||||
autosuggestion.enable = true;
|
||||
initExtra = builtins.readFile ../config/zsh/zshrc;
|
||||
syntaxHighlighting.enable = true;
|
||||
shellAliases = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue