diff options
| author | brustybee <beebeeb5k@gmail.com> | 2026-04-13 03:04:59 +0530 |
|---|---|---|
| committer | brustybee <beebeeb5k@gmail.com> | 2026-04-13 03:04:59 +0530 |
| commit | 1bb49481dbec223e68df4f60fa1d425525e16cff (patch) | |
| tree | 66e87c01c39054b7abb51d04bfc50f63b201aaf4 /common/modules/default.nix | |
| parent | f5b78ff561eff75c803ed1ef6e736a6c991cd135 (diff) | |
This is like that one dream you don't know how to describe
Diffstat (limited to 'common/modules/default.nix')
| -rw-r--r-- | common/modules/default.nix | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/common/modules/default.nix b/common/modules/default.nix index d093757..ade06b3 100644 --- a/common/modules/default.nix +++ b/common/modules/default.nix @@ -10,7 +10,8 @@ let }; modules = { mango = import ./mango args; - x11 = import ./x11 args; + hypr = import ./hyprland args; + dwm = import ./dwm args; terminal = import ./terminal args; beevim = import ./beevim args; matugen = import ./matugen args; |
