diff --git a/flake.lock b/flake.lock index 764aa73..9ae8be3 100644 --- a/flake.lock +++ b/flake.lock @@ -128,11 +128,11 @@ }, "nixpkgs_2": { "locked": { - "lastModified": 1701539137, - "narHash": "sha256-nVO/5QYpf1GwjvtpXhyxx5M3U/WN0MwBro4Lsk+9mL0=", + "lastModified": 1701156937, + "narHash": "sha256-jpMJOFvOTejx211D8z/gz0ErRtQPy6RXxgD2ZB86mso=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "933d7dc155096e7575d207be6fb7792bc9f34f6d", + "rev": "7c4c20509c4363195841faa6c911777a134acdf3", "type": "github" }, "original": { diff --git a/home/rbw.nix b/home/rbw.nix index 2c36d63..974226e 100644 --- a/home/rbw.nix +++ b/home/rbw.nix @@ -37,13 +37,9 @@ in { # This user service makes sure the rbw-agent is started when the user # session launches. systemd.user.services.rbw = { - Unit = { - Description = "rbw agent autostart"; - After = "graphical-session.target"; - PartOf = "graphical-session.target"; - }; + Unit.Description = "rbw agent autostart"; - Install.WantedBy = ["graphical-session.target"]; + Install.WantedBy = ["default.target"]; Service = { ExecStart = "${pkgs.rbw}/bin/rbw-agent";