zaphyra's git: nixfiles

zaphyra and void's nixfiles

commit 4fec9e8f61205ee80474308c420f6814049d0456
parent 3f1ffcf617fa52203f6ecd02e98b1168059ed209
Author: Katja (zaphyra) <git@ctu.cx>
Date: Thu, 29 May 2025 18:10:21 +0200

config/home/katja/common: set stateVersion as default
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/config/home/katja/common.nix b/config/home/katja/common.nix
@@ -1,4 +1,4 @@
-{ homeManagerModules, ... }:
+{ lib, homeManagerModules, ... }:
 
 {
 

@@ -14,7 +14,7 @@
       "paper" = "de_DE.utf8";
     };
 
-    stateVersion = "24.11";
+    stateVersion = lib.mkDefault "24.11";
   };
 
   imports = [