Home: Move stateVersion into corresponding host-specific configs
This commit is contained in:
@ -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}";
|
||||
|
@ -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 = {
|
||||
|
@ -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";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
Reference in New Issue
Block a user