updated home stateversion

This commit is contained in:
Bryan Ramos 2024-05-14 21:15:21 -04:00
parent d773050b00
commit 9e6d16da2a
Signed by: bryan
GPG key ID: 6ABDCD144D6643C8
2 changed files with 10 additions and 3 deletions

View file

@ -11,7 +11,7 @@
nixup = "sudo nixos-rebuild switch --flake /etc/nixos/.#desktop";
};
home.stateVersion = "22.11";
home.stateVersion = "23.11";
home.username = "${config.user.name}";
home.homeDirectory = "/home/${config.user.name}";