default.nix: remove comments about stateversion

This commit is contained in:
Sakooooo 2024-10-01 09:42:46 +04:00
parent fba57e8ad9
commit 92bb854c9e
Signed by: sako
GPG key ID: 3FD715D87D7725E0

View file

@ -95,7 +95,6 @@
home-manager.useUserPackages = true; home-manager.useUserPackages = true;
home-manager.users.sako = { pkgs, ... }: { home-manager.users.sako = { pkgs, ... }: {
# CHANGE THIS WHEN THE SYSTEM VERSION CHANGES TOO!!!
home.packages = [ ]; home.packages = [ ];
home.username = "sako"; home.username = "sako";
home.homeDirectory = "/home/sako"; home.homeDirectory = "/home/sako";
@ -146,8 +145,4 @@
# package = pkgs.gitFull; # package = pkgs.gitFull;
# }; # };
# read stable version patch notes and fix any issues
# then you can change this
#system.stateVersion = "23.05";
# read comment you read the comment?
} }