update state versions

This commit is contained in:
Aly Raffauf 2024-05-03 11:03:50 -04:00
parent b96d346eb0
commit dd8d9994d2
13 changed files with 8 additions and 12 deletions

View file

@ -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; [

View file

@ -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; [

View file

@ -60,5 +60,5 @@
};
};
system.stateVersion = "23.11";
system.stateVersion = "24.05";
}

View file

@ -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";
};
};
}

View file

@ -65,5 +65,5 @@
};
};
system.stateVersion = "23.11"; # Did you read the comment?
system.stateVersion = "24.05";
}

View file

@ -7,6 +7,5 @@
}: {
home-manager.users.aly = {
imports = [../../homeManagerModules ../../aly.nix];
home.stateVersion = "23.11";
};
}

View file

@ -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;
};

View file

@ -71,5 +71,5 @@
steamos.useSteamOSConfig = true;
};
system.stateVersion = "23.11"; # Did you read the comment?
system.stateVersion = "24.05";
}

View file

@ -7,6 +7,5 @@
}: {
home-manager.users.aly = {
imports = [../../homeManagerModules ../../aly.nix];
home.stateVersion = "23.11";
};
}

View file

@ -86,5 +86,5 @@ in {
};
};
system.stateVersion = "23.11";
system.stateVersion = "24.05";
}

View file

@ -7,6 +7,5 @@
}: {
home-manager.users.aly = {
imports = [../../homeManagerModules ../../aly.nix];
home.stateVersion = "23.11";
};
}

View file

@ -94,5 +94,5 @@
# ];
# };
system.stateVersion = "23.11"; # Did you read the comment?
system.stateVersion = "24.05";
}

View file

@ -13,6 +13,5 @@
preset = "LoudnessEqualizer.json";
};
};
home.stateVersion = "23.11";
};
}