nix-dotfiles/home-manager/modules/polybar.nix

3 lines
53 B
Nix

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