Move home configurations out of garnix

This commit is contained in:
Greg Hellings
2023-06-21 11:07:11 -05:00
parent ea78d26e8d
commit 18c8e1ff6b
2 changed files with 1 additions and 6 deletions
-2
View File
@@ -61,8 +61,6 @@
darwinConfigurations = (import ./darwin { inherit inputs overlays; });
defaultPackage = flake-utils.lib.eachDefaultSystemMap (system: inputs.self.homeConfigurations.gui."${system}".activationPackage);
homeConfigurations = (
import ./home {
inherit inputs overlays;