Files
cnix/hosts/common/hyprland.nix
2024-06-24 20:59:48 +02:00

7 lines
71 B
Nix

{
hyprland = {
enable = true;
xwayland.enable = true;
};
}