diff options
| author | seth <[email protected]> | 2023-08-17 18:38:56 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2023-08-17 18:45:02 -0400 |
| commit | aac75c5960b7fa365652f9c1b6ecf5a393fcdba8 (patch) | |
| tree | f5aaa959070a5b339a692e2c70629696ad1c1d51 /flake.nix | |
| parent | 26f535d982c4697bfdaaac4997bc620652a85b53 (diff) | |
modules/flake: init homeManagerModules
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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; }; |
