710 current 2024-05-28 12:57:55 24.11.20240524.bfb7a88 6.9.1-zen1 *
This commit is contained in:
parent
a47557b30f
commit
f947dc5c8c
2 changed files with 7 additions and 6 deletions
|
|
@ -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"
|
||||
# ];
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue