Skip to content

Commit

Permalink
graphical/wms/hyprland: add systemctl --user reset-failed
Browse files Browse the repository at this point in the history
  • Loading branch information
khaneliman committed Jul 16, 2024
1 parent 61038fc commit 957db0e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions modules/home/programs/graphical/wms/hyprland/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,11 @@ in
systemd = {
enable = true;
enableXdgAutostart = true;
extraCommands = [
"systemctl --user start hyprland-session.target"
"systemctl --user reset-failed"
"systemctl --user stop hyprland-session.target"
];

variables = [ "--all" ];
};
Expand Down

0 comments on commit 957db0e

Please sign in to comment.