diff options
author | Jasper Ras <jras@hostnet.nl> | 2025-02-17 18:17:28 +0100 |
---|---|---|
committer | Jasper Ras <jras@hostnet.nl> | 2025-02-17 18:17:28 +0100 |
commit | 280167efb438e5259cbda9f99bedf335c69970e7 (patch) | |
tree | bed199b791476d5ccb604f6a6fd0a4ebc39c4513 | |
parent | 8eefe7bb0ed6dc7881c16c2f57418126300eb8ea (diff) |
hyprland withUWSM
-rw-r--r-- | modules/hyprland.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/hyprland.nix b/modules/hyprland.nix index 92d5ee2..3528ec8 100644 --- a/modules/hyprland.nix +++ b/modules/hyprland.nix @@ -17,6 +17,7 @@ programs.hyprland = { enable = true; xwayland.enable = true; + withUWSM = true; package = inputs.hyprland.packages.${pkgs.stdenv.hostPlatform.system}.hyprland; portalPackage = inputs.hyprland.packages.${pkgs.stdenv.hostPlatform.system}.xdg-desktop-portal-hyprland; }; |