flake/users/guanranwang/home-manager/resources/wm/components/polybar.nix

8 lines
164 B
Nix
Raw Normal View History

2023-11-06 07:48:20 +00:00
{...}: {
services.polybar = {
enable = true;
script = "polybar bar";
extraConfig = builtins.readFile ../../dotfiles/config/polybar/config.ini;
};
}