From 3bf45a2f20d7da39f574bebed4a136d056c097e6 Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Fri, 28 Jul 2023 16:33:16 +0300 Subject: [PATCH] back to dwm lmao --- hosts/sakotop/configuration.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/hosts/sakotop/configuration.nix b/hosts/sakotop/configuration.nix index 084e2433..f0bceb27 100644 --- a/hosts/sakotop/configuration.nix +++ b/hosts/sakotop/configuration.nix @@ -14,7 +14,11 @@ modules = { desktop = { kitty.enable = true; - xmonad.enable = true; + xmonad.enable = false; + dwm = { + enable = true; + dwmblocks.enable = true; + }; dunst.enable = true; browsers = { qutebrowser.enable = true;