dotfiles/machines/common/hyprland.nix

12 lines
177 B
Nix
Raw Normal View History

2023-03-10 02:49:49 +01:00
{
2023-03-08 08:52:23 +01:00
programs.hyprland = {
enable = true;
xwayland = {
enable = true;
hidpi = true;
};
};
xdg.portal.enable = true;
xdg.portal.wlr.enable = true;
}