From 4a30c5cdaefc9cb84095c636947822864fb488e9 Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Tue, 6 Feb 2024 22:13:08 +0400 Subject: [PATCH] e --- 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 434f8f75..993ec4c3 100644 --- a/hosts/sakotop/configuration.nix +++ b/hosts/sakotop/configuration.nix @@ -22,8 +22,8 @@ kitty.enable = true; xmonad.enable = false; bspwm = { - enable = false; - polybar.enable = false; + enable = true; + polybar.enable = true; }; exwm.enable = true; picom.enable = true;