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

11 lines
122 B
Nix
Raw Normal View History

2025-11-03 15:25:49 -05:00
{
...
}:
{
wayland.windowManager.hyprland = {
enable = true;
package = null;
portalPackage = null;
};
}