mirror of
https://github.com/nmasur/dotfiles
synced 2024-11-12 20:12:56 +00:00
fix: 1password renamed to 1password-cli
This commit is contained in:
parent
e9a2ce6df3
commit
4b3bc8a216
@ -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 [ ]);
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user