Common: update state version to 24.05
This commit is contained in:
parent
fd871aed7a
commit
2f3eafb1de
1 changed files with 2 additions and 2 deletions
|
|
@ -104,7 +104,7 @@
|
|||
sharedModules = [flakeSelf.inputs.catppuccin.homeManagerModules.catppuccin];
|
||||
users.toast = {osConfig, ...}: {
|
||||
catppuccin.flavour = osConfig.catppuccin.flavour;
|
||||
home.stateVersion = "23.11";
|
||||
home.stateVersion = "24.05";
|
||||
xdg = {
|
||||
enable = true;
|
||||
userDirs = {
|
||||
|
|
@ -134,7 +134,7 @@
|
|||
*/
|
||||
|
||||
system = {
|
||||
stateVersion = "23.11";
|
||||
stateVersion = "24.05";
|
||||
# Nix on nixos 23.05 does not have dirtyRev
|
||||
configurationRevision = flakeSelf.sourceInfo.rev or flakeSelf.sourceInfo.dirtyRev or "dirty";
|
||||
nixos.variant_id = lib.strings.toLower config.networking.hostName;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue