diff --git a/aly.nix b/aly.nix index 22f221e3..883882c9 100644 --- a/aly.nix +++ b/aly.nix @@ -8,6 +8,7 @@ imports = [./homeManagerModules]; home.username = "aly"; home.homeDirectory = "/home/aly"; + home.stateVersion = "24.05"; programs.home-manager.enable = true; home.packages = with pkgs; [ diff --git a/dustin.nix b/dustin.nix index 8adad6f7..3e9dc19a 100644 --- a/dustin.nix +++ b/dustin.nix @@ -8,6 +8,8 @@ imports = [./homeManagerModules]; home.username = "dustin"; home.homeDirectory = "/home/dustin"; + home.stateVersion = "24.05"; + programs.home-manager.enable = true; home.packages = with pkgs; [ diff --git a/hosts/fallarbor/default.nix b/hosts/fallarbor/default.nix index ac4311c6..38f92654 100644 --- a/hosts/fallarbor/default.nix +++ b/hosts/fallarbor/default.nix @@ -60,5 +60,5 @@ }; }; - system.stateVersion = "23.11"; + system.stateVersion = "24.05"; } diff --git a/hosts/fallarbor/home.nix b/hosts/fallarbor/home.nix index 792e2209..306efca5 100644 --- a/hosts/fallarbor/home.nix +++ b/hosts/fallarbor/home.nix @@ -8,11 +8,9 @@ home-manager.users = { aly = { imports = [../../homeManagerModules ../../aly.nix]; - home.stateVersion = "23.11"; }; dustin = { imports = [../../homeManagerModules ../../dustin.nix]; - home.stateVersion = "23.11"; }; }; } diff --git a/hosts/lavaridge/default.nix b/hosts/lavaridge/default.nix index 44b2f57a..a16614b1 100644 --- a/hosts/lavaridge/default.nix +++ b/hosts/lavaridge/default.nix @@ -65,5 +65,5 @@ }; }; - system.stateVersion = "23.11"; # Did you read the comment? + system.stateVersion = "24.05"; } diff --git a/hosts/lavaridge/home.nix b/hosts/lavaridge/home.nix index 7016e5bf..ccf7ea28 100644 --- a/hosts/lavaridge/home.nix +++ b/hosts/lavaridge/home.nix @@ -7,6 +7,5 @@ }: { home-manager.users.aly = { imports = [../../homeManagerModules ../../aly.nix]; - home.stateVersion = "23.11"; }; } diff --git a/hosts/mauville/home.nix b/hosts/mauville/home.nix index 70882432..5434801e 100644 --- a/hosts/mauville/home.nix +++ b/hosts/mauville/home.nix @@ -8,7 +8,6 @@ home-manager.users.aly = { imports = [../../homeManagerModules ../../aly.nix]; xdg.userDirs.music = "/mnt/Media/Music"; - home.stateVersion = "23.11"; alyraffauf.desktop.hyprland.autoSuspend = false; alyraffauf.desktop.sway.autoSuspend = false; }; diff --git a/hosts/mossdeep/default.nix b/hosts/mossdeep/default.nix index 0eb026da..110f1651 100644 --- a/hosts/mossdeep/default.nix +++ b/hosts/mossdeep/default.nix @@ -71,5 +71,5 @@ steamos.useSteamOSConfig = true; }; - system.stateVersion = "23.11"; # Did you read the comment? + system.stateVersion = "24.05"; } diff --git a/hosts/mossdeep/home.nix b/hosts/mossdeep/home.nix index 7016e5bf..ccf7ea28 100644 --- a/hosts/mossdeep/home.nix +++ b/hosts/mossdeep/home.nix @@ -7,6 +7,5 @@ }: { home-manager.users.aly = { imports = [../../homeManagerModules ../../aly.nix]; - home.stateVersion = "23.11"; }; } diff --git a/hosts/petalburg/default.nix b/hosts/petalburg/default.nix index bd6be216..17f9f441 100644 --- a/hosts/petalburg/default.nix +++ b/hosts/petalburg/default.nix @@ -86,5 +86,5 @@ in { }; }; - system.stateVersion = "23.11"; + system.stateVersion = "24.05"; } diff --git a/hosts/petalburg/home.nix b/hosts/petalburg/home.nix index 7016e5bf..ccf7ea28 100644 --- a/hosts/petalburg/home.nix +++ b/hosts/petalburg/home.nix @@ -7,6 +7,5 @@ }: { home-manager.users.aly = { imports = [../../homeManagerModules ../../aly.nix]; - home.stateVersion = "23.11"; }; } diff --git a/hosts/rustboro/default.nix b/hosts/rustboro/default.nix index fcae8cfd..a096bfef 100644 --- a/hosts/rustboro/default.nix +++ b/hosts/rustboro/default.nix @@ -94,5 +94,5 @@ # ]; # }; - system.stateVersion = "23.11"; # Did you read the comment? + system.stateVersion = "24.05"; } diff --git a/hosts/rustboro/home.nix b/hosts/rustboro/home.nix index e17139df..c7e40139 100644 --- a/hosts/rustboro/home.nix +++ b/hosts/rustboro/home.nix @@ -13,6 +13,5 @@ preset = "LoudnessEqualizer.json"; }; }; - home.stateVersion = "23.11"; }; }