nixos-config/nixos/home/desktop/hyprland/hyprpanel/default.nix
2025-04-27 18:21:13 +02:00

14 lines
146 B
Nix

{
pkgs,
inputs,
...
}:
{
imports = [
inputs.hyprpanel.nixosModules.hyprpanel
];
home.packages = with pkgs; [
hyprpanel
];
}