This commit is contained in:
Sakooooo 2023-07-12 00:47:21 +03:00
parent 472e4291cc
commit efac0f334f
Signed by: sako
GPG key ID: 3FD715D87D7725E0

View file

@ -65,6 +65,12 @@ in
theme.name = "vmix-dark-ruby"; theme.name = "vmix-dark-ruby";
iconTheme.name = "Vimix Ruby Dark"; iconTheme.name = "Vimix Ruby Dark";
}; };
home.file = {
".config/polybar" = {
source = ../../../config/polybar;
recursive = true;
};
};
xdg.configFile = { xdg.configFile = {
bspwm = { bspwm = {
source = ../../../config/bspwm; source = ../../../config/bspwm;
@ -72,10 +78,6 @@ in
sxhkd = { sxhkd = {
source = ../../../config/sxhkd; source = ../../../config/sxhkd;
}; };
polybar = {
source = ../../../config/polybar;
recursive = true;
};
}; };
}; };
}; };