UWSM Hyprland

Former-commit-id: 5bfd891d39
This commit is contained in:
Hadi
2025-04-18 14:09:24 +02:00
parent 6d4a886acb
commit 24d77739b9
7 changed files with 27 additions and 19 deletions

View File

@@ -47,11 +47,12 @@ in {
wayland.windowManager.hyprland = {
enable = true;
xwayland.enable = true;
systemd.enable = true;
# withUWSM = true; # One day, but not today
systemd.variables = [
"--all"
]; # https://wiki.hyprland.org/Nix/Hyprland-on-Home-Manager/#programs-dont-work-in-systemd-services-but-do-on-the-terminal
systemd = {
enable = false;
variables = [
"--all"
]; # https://wiki.hyprland.org/Nix/Hyprland-on-Home-Manager/#programs-dont-work-in-systemd-services-but-do-on-the-terminal
};
package = inputs.hyprland.packages."${pkgs.system}".hyprland;
portalPackage =
inputs.hyprland.packages.${pkgs.stdenv.hostPlatform.system}.xdg-desktop-portal-hyprland;