dotfiles/hosts/modules/wm/hyprland.nix

9 lines
165 B
Nix

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