From 786e057bfccd13500a5543e22636d1c1ce247870 Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Mon, 7 Aug 2023 16:43:40 +0300 Subject: [PATCH] bands --- hosts/sakotop/configuration.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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;