upgrade to 24.05
This commit is contained in:
+1
-1
@@ -18,7 +18,7 @@ with lib;
|
|||||||
vars.interfaces = [""];
|
vars.interfaces = [""];
|
||||||
# DO NOT TOUCH!!!!!!!!!!!!!!!!!!!!!!!!!!
|
# DO NOT TOUCH!!!!!!!!!!!!!!!!!!!!!!!!!!
|
||||||
# For more information, see `man configuration.nix` or https://nixos.org/manual/nixos/stable/options#opt-system.stateVersion .
|
# For more information, see `man configuration.nix` or https://nixos.org/manual/nixos/stable/options#opt-system.stateVersion .
|
||||||
vars.stateVersion = "23.11"; # Default to the oldest supported version in my fleet
|
vars.stateVersion = "24.05"; # Default to the oldest supported version in my fleet
|
||||||
# DO NOT TOUCH!!!!!!!!!!!!!!!!!!!!!!!!!!
|
# DO NOT TOUCH!!!!!!!!!!!!!!!!!!!!!!!!!!
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -33,6 +33,9 @@ in
|
|||||||
syntaxHighlighting.enable = true;
|
syntaxHighlighting.enable = true;
|
||||||
enableCompletion = true;
|
enableCompletion = true;
|
||||||
autosuggestions.enable = true;
|
autosuggestions.enable = true;
|
||||||
|
extraPackages = [
|
||||||
|
pkgs.nix-zsh-completions
|
||||||
|
];
|
||||||
shellAliases = {
|
shellAliases = {
|
||||||
nixapply = "sudo nixos-rebuild switch";
|
nixapply = "sudo nixos-rebuild switch";
|
||||||
nixupdate = "sudo nix-channel --update && sudo nixos-rebuild switch";
|
nixupdate = "sudo nix-channel --update && sudo nixos-rebuild switch";
|
||||||
@@ -45,10 +48,6 @@ in
|
|||||||
enable = true;
|
enable = true;
|
||||||
plugins = [ "git" "python" "man" "command-not-found" "safe-paste" "tmux" "zoxide" "kubectl" "zsh-interactive-cd" ];
|
plugins = [ "git" "python" "man" "command-not-found" "safe-paste" "tmux" "zoxide" "kubectl" "zsh-interactive-cd" ];
|
||||||
theme = "agnoster";
|
theme = "agnoster";
|
||||||
customPkgs = [
|
|
||||||
pkgs.nix-zsh-completions
|
|
||||||
# and even more...
|
|
||||||
];
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user