nixos/nixos/desktop/hyprland.nix

12 lines
137 B
Nix
Raw Normal View History

2023-04-11 13:00:53 +01:00
{ ... }:
{
imports = [
./default.nix
];
programs.hyprland = {
enable = true;
xwayland = true;
hidpi = true;
};
}