nix-dotfiles/home-manager/modules/polybar.nix
2025-03-30 03:33:32 -06:00

6 lines
59 B
Nix

{
pkgs,
...
}: {
home.packages = pkgs.polybar.all;
}