From fbcad462140d4167dd4ab7ce3e1b9a80a57983d6 Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Sat, 5 Aug 2023 16:04:12 +0300 Subject: [PATCH] last friday night: --- 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 ccfd0c91..de8bd4f9 100644 --- a/hosts/sakotop/configuration.nix +++ b/hosts/sakotop/configuration.nix @@ -14,9 +14,9 @@ modules = { desktop = { kitty.enable = true; - xmonad.enable = false; + xmonad.enable = true; awesome.enable = false; - dwm.enable = true; + dwm.enable = false; picom.enable = false; gnome.enable = false; dunst.enable = true;