feat: Update
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
{
|
||||
pkgs,
|
||||
inputs,
|
||||
device,
|
||||
...
|
||||
}: {
|
||||
# import the home-manager module
|
||||
@@ -8,7 +9,7 @@
|
||||
programs = {
|
||||
_1password-shell-plugins = {
|
||||
# enable 1Password shell plugins for bash, zsh, and fish shell
|
||||
enable = true;
|
||||
enable = device.hasGui;
|
||||
# the specified packages as well as 1Password CLI will be
|
||||
# automatically installed and configured to use shell plugins
|
||||
plugins = with pkgs; [awscli2 cachix cargo];
|
||||
|
||||
Reference in New Issue
Block a user