feat(ssh): Add onepassword agent to nix linux
fix(nvim): disable neotest
This commit is contained in:
@@ -139,7 +139,10 @@ in {
|
||||
extraConfig =
|
||||
lib.strings.optionalString pkgs.stdenv.isDarwin
|
||||
''
|
||||
IdentityAgent "~/Library/Group Containers/2BUA8C4S2C.com.1password/t/agent.sock"
|
||||
IdentityAgent ~/Library/Group Containers/2BUA8C4S2C.com.1password/t/agent.sock
|
||||
''
|
||||
+ lib.strings.optionalString pkgs.stdenv.isLinux ''
|
||||
IdentityAgent ~/.1password/agent.sock
|
||||
'';
|
||||
};
|
||||
sketchybar.enable = device.isMac;
|
||||
|
||||
2
flake.lock
generated
2
flake.lock
generated
@@ -1856,7 +1856,7 @@
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1,
|
||||
"narHash": "sha256-a4+2gPdX4ziDuk/hBfpILy9/MyXh36ghysMdjjmmblY=",
|
||||
"narHash": "sha256-B2LjQTL+huRMyKPzvyzPbL19cV9tOaMCifdGgBjhjCQ=",
|
||||
"path": "./neovim",
|
||||
"type": "path"
|
||||
},
|
||||
|
||||
@@ -104,7 +104,7 @@ in rec {
|
||||
};
|
||||
|
||||
neotest = {
|
||||
enable = true;
|
||||
enable = false;
|
||||
settings = {
|
||||
# adapters = [
|
||||
# ''require('rustaceanvim.neotest')''
|
||||
|
||||
Reference in New Issue
Block a user