From 0206379a585d18d32622d18334d0de280a2db9af Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Mon, 7 Aug 2023 16:36:09 +0300 Subject: [PATCH] forgot to enable polybar --- hosts/sakotop/configuration.nix | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/hosts/sakotop/configuration.nix b/hosts/sakotop/configuration.nix index 13184945..ce07e738 100644 --- a/hosts/sakotop/configuration.nix +++ b/hosts/sakotop/configuration.nix @@ -19,8 +19,10 @@ modules = { desktop = { kitty.enable = true; - dwm.enable = false; - bspwm.enable = true; + bspwm = { + enable = true; + polybar.enable = true; + }; picom.enable = false; gnome.enable = false; dunst.enable = true;