nix-config/modules/hyprland.nix

9 lines
189 B
Nix

{pkgs, ...}: {
programs.hyprland = {
enable = true;
# Users should provide their own package
package = null;
};
xdg.portal.extraPortals = [pkgs.xdg-desktop-portal-wlr];
}