aboutsummaryrefslogtreecommitdiff
path: root/hosts/c-pc
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/c-pc')
-rw-r--r--hosts/c-pc/home.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/hosts/c-pc/home.nix b/hosts/c-pc/home.nix
index 28a5e12..6e87975 100644
--- a/hosts/c-pc/home.nix
+++ b/hosts/c-pc/home.nix
@@ -11,8 +11,6 @@
# This lets me switch out my theme without making changes in git
theme = import ../../theme.nix;
- home.stateVersion = "23.11";
-
home.persistence."/persist/home" = {
allowOther = true;
@@ -135,4 +133,6 @@
home.file = {
".0b".source = config.lib.file.mkOutOfStoreSymlink "${config.home.homeDirectory}/.local/share/PrismLauncher/instances/0b/.minecraft";
};
+
+ home.stateVersion = "23.11";
}