From 2ab8c8a5c082c53d4860f3e7c9efa3a9c320c71e Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Sun, 6 Aug 2023 22:56:05 +0300 Subject: [PATCH] Awesome Sauce(s) --- 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 b000b438..9a830553 100644 --- a/hosts/sakotop/configuration.nix +++ b/hosts/sakotop/configuration.nix @@ -20,8 +20,8 @@ desktop = { kitty.enable = true; xmonad.enable = false; - awesome.enable = false; - dwm.enable = true; + awesome.enable = true; + dwm.enable = false; picom.enable = false; gnome.enable = false; dunst.enable = true;