Files
nixos-config/modules/home/hyprland.nix
2025-11-03 15:45:00 -05:00

11 lines
122 B
Nix

{
...
}:
{
wayland.windowManager.hyprland = {
enable = true;
package = null;
portalPackage = null;
};
}