feat: Updates to dotfiles
This commit is contained in:
@@ -4,14 +4,14 @@
|
||||
...
|
||||
}: {
|
||||
# import the home-manager module
|
||||
imports = [inputs._1password-shell-plugins.hmModules.default];
|
||||
imports = [inputs.onepassword-shell-plugins.hmModules.default];
|
||||
programs = {
|
||||
_1password-shell-plugins = {
|
||||
# enable 1Password shell plugins for bash, zsh, and fish shell
|
||||
enable = true;
|
||||
# the specified packages as well as 1Password CLI will be
|
||||
# automatically installed and configured to use shell plugins
|
||||
plugins = with pkgs; [awscli2 cachix cargo];
|
||||
plugins = with pkgs; [awscli2 cachix cargo aichat];
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user