From 29ac45c1f3333bda105f0261b57bd91f8b3a19ae Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Sat, 12 Aug 2023 21:58:54 +0300 Subject: [PATCH] aweosme --- 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 6dc4498f..0f6c57b6 100644 --- a/hosts/sakotop/configuration.nix +++ b/hosts/sakotop/configuration.nix @@ -20,8 +20,8 @@ desktop = { kitty.enable = true; dwm.enable = false; - qtile.enable = true; - awesome.enable = false; + qtile.enable = false; + awesome.enable = true; xmonad.enable = false; picom.enable = true; dunst.enable = true;