diff --git a/hosts/sakotop/configuration.nix b/hosts/sakotop/configuration.nix index ce07e738..548be4a0 100644 --- a/hosts/sakotop/configuration.nix +++ b/hosts/sakotop/configuration.nix @@ -20,9 +20,10 @@ desktop = { kitty.enable = true; bspwm = { - enable = true; - polybar.enable = true; + enable = false; + polybar.enable = false; }; + xmonad.enable = true; picom.enable = false; gnome.enable = false; dunst.enable = true;