Skip to content

Commit

Permalink
Disable 1password ssh agent
Browse files Browse the repository at this point in the history
  • Loading branch information
srid committed Nov 27, 2024
1 parent afd6d37 commit 74d7aba
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 3 additions & 1 deletion modules/home/default.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
home.stateVersion = "22.11";
imports = [
./all/_1password.nix
./all/tmux.nix
./all/neovim
# ./helix.nix
Expand All @@ -16,5 +15,8 @@
./all/just.nix
# ./powershell.nix
./all/juspay.nix

# Comment out because of annoying password prompts
# ./all/_1password.nix
];
}
1 change: 0 additions & 1 deletion modules/nixos/linux/gui/_1password.nix
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# https://nixos.wiki/wiki/1Password
{ lib, ... }:
{
programs._1password.enable = true;
programs._1password-gui = {
Expand Down

0 comments on commit 74d7aba

Please sign in to comment.