dotfiles/machines/common/hyprland.nix

11 lines
177 B
Nix

{
programs.hyprland = {
enable = true;
xwayland = {
enable = true;
hidpi = true;
};
};
xdg.portal.enable = true;
xdg.portal.wlr.enable = true;
}