1

Home: Move stateVersion into corresponding host-specific configs

This commit is contained in:
2025-07-09 00:32:52 +02:00
parent 8b48b7584c
commit a9121ff7a2
3 changed files with 11 additions and 5 deletions

View File

@ -446,10 +446,6 @@
hunspellDicts.de_DE
])
];
# Do not change.
# This marks the version when NixOS was installed for backwards-compatibility.
stateVersion = "22.05";
};
# home.file.".options-doc".source = "${pkgs.modules-options-doc}";

View File

@ -146,6 +146,10 @@
# ".var/app/com.valvesoftware.Steam/config/MangoHud/MangoHud.conf".source = config.lib.file.mkOutOfStoreSymlink "${config.paths.dotfiles}/mangohud/MangoHud.conf";
};
# Do not change.
# This marks the version when NixOS was installed for backwards-compatibility.
stateVersion = "22.05";
};
services = {

View File

@ -31,6 +31,12 @@
waybar.monitor = "eDP-1";
};
# home.packages = with pkgs; [];
home = {
# packages = with pkgs; [];
# Do not change.
# This marks the version when NixOS was installed for backwards-compatibility.
stateVersion = "22.05";
};
};
}