mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-04-26 08:28:31 +02:00
river fixes and nixpkgs updates
This commit is contained in:
parent
ca8ac0f517
commit
4ad4a74059
4 changed files with 15 additions and 10 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue