Skip to content

Commit 9d5ab8e

Browse files
Update common/1password.nix
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 6d3561b commit 9d5ab8e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

common/1password.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
'';
2323

2424
systemd.user.services._1password = {
25-
script = "${pkgs._1password-gui}/bin/1password --silent";
25+
script = "${pkgs-unstable._1password-gui}/bin/1password --silent";
2626
after = ["graphical-session.target"];
2727
partOf = ["graphical-session.target"];
2828
wantedBy = ["graphical-session.target"];

0 commit comments

Comments
 (0)