mirror of
https://github.com/nmasur/dotfiles
synced 2024-11-14 15:22:55 +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-manager.users.${config.user} = {
|
||||||
home.packages = [
|
home.packages = [
|
||||||
pkgs._1password
|
pkgs._1password-cli
|
||||||
] ++ (if pkgs.stdenv.isLinux then [ pkgs._1password-gui ] else [ ]);
|
] ++ (if pkgs.stdenv.isLinux then [ pkgs._1password-gui ] else [ ]);
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user