zaphyra's git: nixfiles

zaphyra's nixfiles

commit e491e2dd8e13a17a2c38e0033255b6c2e4d37e45
parent 03ec54f9ed45ab6dc7b388651c15460ac83b3a4d
Author: Katja Ramona Sophie Kwast (zaphyra) <git@zaphyra.eu>
Date: Tue, 12 Aug 2025 21:13:33 +0200

config/nixos/modules/homeManager: move `impermanence` home-manager module to `home-manager/common/home`
2 files changed, 1 insertion(+), 1 deletion(-)
diff --git a/config/home-manager/common/home.nix b/config/home-manager/common/home.nix
@@ -7,6 +7,7 @@
 {
 
   imports = [
+    inputs.impermanence.homeManagerModules.impermanence
     inputs.niriFlake.homeModules.niri
     inputs.sopsNix.homeManagerModules.sops
     inputs.sherlock.homeManagerModules.default
diff --git a/config/nixos/modules/homeManager.nix b/config/nixos/modules/homeManager.nix
@@ -34,7 +34,6 @@ in
         };
 
         sharedModules = [
-          inputs.impermanence.homeManagerModules.impermanence
           {
             home.sessionVariables = {
               NIXPKGS_PATH = NIXPKGS_PATH;