From fa09e1ae8bc7a13224359ac57f5525e99d2c871c Mon Sep 17 00:00:00 2001 From: Christoph Urlacher Date: Sat, 28 Jun 2025 04:00:40 +0200 Subject: [PATCH] Modules/Hyprland: Import all variables (e.g. PATH) into systemd environment --- home/modules/hyprland/default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/home/modules/hyprland/default.nix b/home/modules/hyprland/default.nix index c806ddaf..881ad651 100644 --- a/home/modules/hyprland/default.nix +++ b/home/modules/hyprland/default.nix @@ -350,7 +350,8 @@ in { wayland.windowManager.hyprland = { enable = true; - systemd.enable = true; # Imports some variables into dbus + systemd.enable = true; # Enable hyprland-session.target + systemd.variables = ["--all"]; # Import PATH into systemd xwayland.enable = true; settings = {