From 32d1c0375b3d845322bf163beaf8eabf0b8acdbe Mon Sep 17 00:00:00 2001 From: Caroline Larimore Date: Thu, 25 Jul 2024 22:01:31 -0700 Subject: c-pc: home: move stateVersion to bottom --- hosts/c-pc/home.nix | 4 ++-- 1 file 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"; } -- cgit v1.2.3