Modules/Hyprland: Import all variables (e.g. PATH) into systemd environment
This commit is contained in:
@ -350,7 +350,8 @@ in {
|
|||||||
|
|
||||||
wayland.windowManager.hyprland = {
|
wayland.windowManager.hyprland = {
|
||||||
enable = true;
|
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;
|
xwayland.enable = true;
|
||||||
|
|
||||||
settings = {
|
settings = {
|
||||||
|
Reference in New Issue
Block a user