Disable 1password ssh agent

This commit is contained in:
Sridhar Ratnakumar 2024-11-27 10:52:18 -05:00
parent afd6d374d8
commit 74d7aba11e
2 changed files with 3 additions and 2 deletions

View file

@ -1,7 +1,6 @@
{
home.stateVersion = "22.11";
imports = [
./all/_1password.nix
./all/tmux.nix
./all/neovim
# ./helix.nix
@ -16,5 +15,8 @@
./all/just.nix
# ./powershell.nix
./all/juspay.nix
# Comment out because of annoying password prompts
# ./all/_1password.nix
];
}

View file

@ -1,5 +1,4 @@
# https://nixos.wiki/wiki/1Password
{ lib, ... }:
{
programs._1password.enable = true;
programs._1password-gui = {