upgrade to nixos-23.11

nix-channel --add https://nixos.org/channels/nixos-23.11 nixos

nix-channel --add https://github.com/nix-community/home-manager/archive/release-23.11.tar.gz home-manager

nix-channel --update

sudo nixos-rebuild boot --upgrade
This commit is contained in:
Vinzenz Schroeter 2023-12-03 13:12:48 +01:00
parent 7b51708755
commit 38c7c96dcc
5 changed files with 11 additions and 10 deletions

View file

@ -21,7 +21,7 @@
zsh = {
enable = true;
enableSyntaxHighlighting = true;
syntaxHighlighting.enable = true;
enableAutosuggestions = true;
enableVteIntegration = true;
};
@ -37,7 +37,7 @@
gh = {
enable = true;
enableGitCredentialHelper = true;
gitCredentialHelper.enable = true;
};
};
}

View file

@ -153,7 +153,7 @@ in
];
};
exa = {
eza = {
enable = true;
git = true;
icons = true;