diff options
| author | brustybee <beebeeb5k@gmail.com> | 2026-04-03 18:17:46 +0530 |
|---|---|---|
| committer | brustybee <beebeeb5k@gmail.com> | 2026-04-03 18:17:46 +0530 |
| commit | f8223622fed02aef1075d41e4dba090df81bf6c1 (patch) | |
| tree | dcff61f6f82dd6be4a8f31ab284e0fd41b53d9ad /common/modules/default.nix | |
| parent | a4a87bd11e228a2a57bfedd48d3594371cf40329 (diff) | |
YEP.
Diffstat (limited to 'common/modules/default.nix')
| -rw-r--r-- | common/modules/default.nix | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/common/modules/default.nix b/common/modules/default.nix index bd9b4d6..d093757 100644 --- a/common/modules/default.nix +++ b/common/modules/default.nix @@ -10,8 +10,7 @@ let }; modules = { mango = import ./mango args; - dwm = import ./dwm args; - bspwm = import ./bspwm args; + x11 = import ./x11 args; terminal = import ./terminal args; beevim = import ./beevim args; matugen = import ./matugen args; |
