dotfiles/hosts/modules/wm/hyprland.nix

10 lines
165 B
Nix
Raw Normal View History

{...}: {
programs = {
hyprland = {
enable = true;
withUWSM = true; # Universal Wayland Session Manager
xwayland.enable = true;
};
};
}