This commit is contained in:
alsaiduq-lab 2025-07-01 22:07:45 -06:00
parent b0767196f7
commit 70cb8731b6
5 changed files with 60 additions and 38 deletions

View file

@ -1,3 +1,13 @@
{pkgs, ...}: {
{
i3dotfiles,
pkgs,
...
}: {
home.packages = pkgs.polybar.all;
xdg.configFile."polybar" = {
source = "${i3dotfiles}/polybar";
recursive = true;
force = true;
};
}