Switch to uwsm
All checks were successful
Run nix flake check / flake-check (push) Successful in 2m35s
Periodic flake update / flake-update (push) Successful in 2m8s

This commit is contained in:
2025-06-10 15:50:07 +02:00
parent 1102a36af5
commit 8d2928a65b
3 changed files with 3 additions and 1 deletions

View File

@@ -103,6 +103,7 @@
services.xserver.videoDrivers = [ "nvidia" ];
programs.hyprland = {
enable = true;
withUWSM = true;
xwayland.enable = true;
portalPackage = pkgs.xdg-desktop-portal-hyprland;
};