diff --git a/home-manager/hyprland/default.nix b/home-manager/hyprland/default.nix index ac17a9b..c3d49a3 100644 --- a/home-manager/hyprland/default.nix +++ b/home-manager/hyprland/default.nix @@ -12,5 +12,8 @@ ./swaync ]; - wayland.windowManager.hyprland.enable = true; + wayland.windowManager.hyprland = { + enable = true; + systemd.variables = [ "--all" ]; # Import environment into systemd + }; } diff --git a/modules/hyprland/default.nix b/modules/hyprland/default.nix index 0c55140..1f96c46 100644 --- a/modules/hyprland/default.nix +++ b/modules/hyprland/default.nix @@ -17,6 +17,7 @@ hyprland = { enable = true; xwayland.enable = true; + withUWSM = true; }; hyprlock.enable = true; # Lock screen };