fix: 1password renamed to 1password-cli

This commit is contained in:
Noah Masur 2024-11-05 10:20:48 -05:00
parent e9a2ce6df3
commit 4b3bc8a216
No known key found for this signature in database

View File

@ -23,7 +23,7 @@
];
home-manager.users.${config.user} = {
home.packages = [
pkgs._1password
pkgs._1password-cli
] ++ (if pkgs.stdenv.isLinux then [ pkgs._1password-gui ] else [ ]);
};