mirror of
https://github.com/srid/nixos-config.git
synced 2026-04-05 09:46:25 +08:00
Disable 1password ssh agent
This commit is contained in:
parent
afd6d374d8
commit
74d7aba11e
2 changed files with 3 additions and 2 deletions
|
|
@ -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
|
||||
];
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,5 +1,4 @@
|
|||
# https://nixos.wiki/wiki/1Password
|
||||
{ lib, ... }:
|
||||
{
|
||||
programs._1password.enable = true;
|
||||
programs._1password-gui = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue