default.nix: remove comments about stateversion
This commit is contained in:
parent
fba57e8ad9
commit
92bb854c9e
1 changed files with 0 additions and 5 deletions
|
@ -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?
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue