From 47dc80189c96922b5690cd9df905df71fefd07d2 Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Wed, 12 Jul 2023 00:54:03 +0300 Subject: [PATCH] polybar not working :( --- modules/desktop/bspwm/default.nix | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/modules/desktop/bspwm/default.nix b/modules/desktop/bspwm/default.nix index 30f187cf..017fec1b 100644 --- a/modules/desktop/bspwm/default.nix +++ b/modules/desktop/bspwm/default.nix @@ -65,12 +65,6 @@ in theme.name = "vmix-dark-ruby"; iconTheme.name = "Vimix Ruby Dark"; }; - home.file = { - ".config/polybar" = { - source = ../../../config/polybar; - recursive = true; - }; - }; xdg.configFile = { bspwm = { source = ../../../config/bspwm; @@ -78,6 +72,10 @@ in sxhkd = { source = ../../../config/sxhkd; }; + polybar = { + source = ../../../config/polybar; + recursive = true; + }; }; }; };