update
This commit is contained in:
parent
b0767196f7
commit
70cb8731b6
5 changed files with 60 additions and 38 deletions
|
|
@ -1,3 +1,13 @@
|
|||
{pkgs, ...}: {
|
||||
{
|
||||
i3dotfiles,
|
||||
pkgs,
|
||||
...
|
||||
}: {
|
||||
home.packages = pkgs.polybar.all;
|
||||
|
||||
xdg.configFile."polybar" = {
|
||||
source = "${i3dotfiles}/polybar";
|
||||
recursive = true;
|
||||
force = true;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue