This commit is contained in:
2025-08-01 11:49:22 +01:00
parent 38a6f9afbf
commit 851df28b03
2 changed files with 9 additions and 3 deletions
+4 -1
View File
@@ -174,7 +174,7 @@
package = pkgs.hyprland;
portalPackage = pkgs.xdg-desktop-portal-hyprland;
xwayland.enable = true;
withUWSM = true;
withUWSM = false;
plugins = [ ];
};
@@ -182,6 +182,9 @@
enable = true;
enableSSHSupport = true;
};
uwsm = {
enable = false;
};
hyprlock.enable = true;
dconf.enable = true;