summaryrefslogtreecommitdiff
path: root/hosts
diff options
context:
space:
mode:
authorbrustybee <beebeeb5k@gmail.com>2026-04-03 18:17:46 +0530
committerbrustybee <beebeeb5k@gmail.com>2026-04-03 18:17:46 +0530
commitf8223622fed02aef1075d41e4dba090df81bf6c1 (patch)
treedcff61f6f82dd6be4a8f31ab284e0fd41b53d9ad /hosts
parenta4a87bd11e228a2a57bfedd48d3594371cf40329 (diff)
YEP.
Diffstat (limited to 'hosts')
-rw-r--r--hosts/nixios/default.nix6
1 files changed, 4 insertions, 2 deletions
diff --git a/hosts/nixios/default.nix b/hosts/nixios/default.nix
index f1510dd..53a6524 100644
--- a/hosts/nixios/default.nix
+++ b/hosts/nixios/default.nix
@@ -56,8 +56,10 @@
beeMods = {
mango.enable = true;
- dwm.enable = true;
- bspwm.enable = true;
+ x11 = {
+ dwm.enable = true;
+ bspwm.enable = true;
+ };
};
xdg.portal = lib.mkForce {