river fixes and nixpkgs updates

This commit is contained in:
Rouven Seifert 2023-06-27 16:01:12 +02:00
parent ca8ac0f517
commit 4ad4a74059
Signed by: rouven.seifert
GPG key ID: B95E8FE6B11C4D09
4 changed files with 15 additions and 10 deletions

View file

@ -25,8 +25,9 @@
timeouts = [
{ timeout = 300; command = lib.getExe pkgs.swaylock-effects; }
];
systemdTarget = "river-session.target";
systemdTarget = "graphical-session.target";
};
systemd.user.services.swaync = {
Install.WantedBy = [ "graphical-session.target" ];
Service = {