🧑💻 Use Systemd for Hyprland
This commit is contained in:
parent
c75db3b717
commit
e67a840d93
@ -12,5 +12,8 @@
|
|||||||
./swaync
|
./swaync
|
||||||
];
|
];
|
||||||
|
|
||||||
wayland.windowManager.hyprland.enable = true;
|
wayland.windowManager.hyprland = {
|
||||||
|
enable = true;
|
||||||
|
systemd.variables = [ "--all" ]; # Import environment into systemd
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
@ -17,6 +17,7 @@
|
|||||||
hyprland = {
|
hyprland = {
|
||||||
enable = true;
|
enable = true;
|
||||||
xwayland.enable = true;
|
xwayland.enable = true;
|
||||||
|
withUWSM = true;
|
||||||
};
|
};
|
||||||
hyprlock.enable = true; # Lock screen
|
hyprlock.enable = true; # Lock screen
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user