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:
parent
7b51708755
commit
38c7c96dcc
5 changed files with 11 additions and 10 deletions
|
@ -14,7 +14,10 @@
|
|||
zsh.enable = true;
|
||||
htop.enable = true;
|
||||
iotop.enable = true;
|
||||
nano.syntaxHighlight = true;
|
||||
nano = {
|
||||
enable = true;
|
||||
syntaxHighlight = true;
|
||||
};
|
||||
git = {
|
||||
enable = true;
|
||||
package = pkgs.gitFull;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue