Make global home config optional

This commit is contained in:
Manuel Thalmann 2024-05-11 01:25:34 +02:00
parent 27150198e0
commit 3b27b8669f
2 changed files with 0 additions and 1 deletions

View file

@ -134,7 +134,6 @@
};
})
sops-nix.homeManagerModules.sops
./lib/home.nix
] ++ (lib.optional (userConfigPath != null) userConfigPath);
};
})