710 current 2024-05-28 12:57:55 24.11.20240524.bfb7a88 6.9.1-zen1 *

This commit is contained in:
zackartz 2024-05-28 12:57:57 -04:00
parent a47557b30f
commit f947dc5c8c
No known key found for this signature in database
GPG key ID: 5B53E53A9A514DBA
2 changed files with 7 additions and 6 deletions

View file

@ -42,15 +42,15 @@ in {
wayland.windowManager.hyprland = {
enable = true;
xwayland.enable = true;
package = inputs.hyprland.packages.${system}.default;
# package = inputs.hyprland.packages.${system}.default;
systemd = {
enable = true;
variables = ["--all"];
extraCommands = [
"systemctl --user stop graphical-session.target"
"systemctl --user start hyprland-session.target"
];
# variables = ["--all"];
# extraCommands = [
# "systemctl --user stop graphical-session.target"
# "systemctl --user start hyprland-session.target"
# ];
};
};