1

Modules/Hyprland: Import all variables (e.g. PATH) into systemd environment

This commit is contained in:
2025-06-28 04:00:40 +02:00
parent 01ab12abe9
commit 353a264074

View File

@ -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 = {