From f6effc7a16c11043d0c4ac1585b9782c812fd557 Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Sat, 5 Aug 2023 19:00:20 +0300 Subject: [PATCH] back to dwm --- hosts/sakotop/configuration.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hosts/sakotop/configuration.nix b/hosts/sakotop/configuration.nix index de8bd4f9..ccfd0c91 100644 --- a/hosts/sakotop/configuration.nix +++ b/hosts/sakotop/configuration.nix @@ -14,9 +14,9 @@ modules = { desktop = { kitty.enable = true; - xmonad.enable = true; + xmonad.enable = false; awesome.enable = false; - dwm.enable = false; + dwm.enable = true; picom.enable = false; gnome.enable = false; dunst.enable = true;