Skip to content

Commit

Permalink
build(nix): add river session target to systemd service
Browse files Browse the repository at this point in the history
  • Loading branch information
olifloof authored Apr 17, 2024
1 parent 3fea6e3 commit 96e1b0d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,7 @@
Install.WantedBy = [
(lib.mkIf config.wayland.windowManager.hyprland.systemd.enable "hyprland-session.target")
(lib.mkIf config.wayland.windowManager.sway.systemd.enable "sway-session.target")
(lib.mkIf config.wayland.windowManager.river.systemd.enable "river-session.target")
];
};
};
Expand Down

0 comments on commit 96e1b0d

Please sign in to comment.