nixos-config/home/modules/hyprland/hyprpanel.nix

6 lines
61 B
Nix

{
programs.hyprpanel = {
enable = true;
};
}