diff options
| author | bee <beebeeb5k@gmail.com> | 2026-05-01 23:45:21 +0530 |
|---|---|---|
| committer | bee <beebeeb5k@gmail.com> | 2026-05-01 23:45:21 +0530 |
| commit | cd08309515bce3796777f4b20efffd379b9fabcc (patch) | |
| tree | 9bc843dc067983511b31139b5c71afdd12a8e20e /common/modules/default.nix | |
| parent | 1bb49481dbec223e68df4f60fa1d425525e16cff (diff) | |
Homecoming
Diffstat (limited to 'common/modules/default.nix')
| -rw-r--r-- | common/modules/default.nix | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/common/modules/default.nix b/common/modules/default.nix index ade06b3..0925ffd 100644 --- a/common/modules/default.nix +++ b/common/modules/default.nix @@ -9,12 +9,10 @@ let inherit inputs homeManager; }; modules = { - mango = import ./mango args; - hypr = import ./hyprland args; - dwm = import ./dwm args; + windowManagers = import ./window_managers args; terminal = import ./terminal args; - beevim = import ./beevim args; matugen = import ./matugen args; + emacs = import ./emacs args; }; in modules |
