summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorseth <[email protected]>2023-08-17 18:38:56 -0400
committerseth <[email protected]>2023-08-17 18:45:02 -0400
commitaac75c5960b7fa365652f9c1b6ecf5a393fcdba8 (patch)
treef5aaa959070a5b339a692e2c70629696ad1c1d51 /flake.nix
parent26f535d982c4697bfdaaac4997bc620652a85b53 (diff)
modules/flake: init homeManagerModules
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index cede12e..b1c1b53 100644
--- a/flake.nix
+++ b/flake.nix
@@ -49,6 +49,7 @@
flakeModules = {
default = import ./modules/flake;
homeConfigurations = import ./modules/flake/homeConfigurations.nix;
+ homeManagerModules = import ./modules/flake/homeManagerModules.nix;
hydraJobs = import ./modules/flake/hydraJobs.nix;
};