feat(cheetah): fix pinentry
&& remove rnix-lsp
This commit is contained in:
parent
7d9e8619ba
commit
ccb43c8a0a
1 changed files with 3 additions and 2 deletions
|
@ -93,7 +93,8 @@
|
||||||
|
|
||||||
extraPackages = with pkgs; [
|
extraPackages = with pkgs; [
|
||||||
tree-sitter
|
tree-sitter
|
||||||
rnix-lsp
|
luajitPackages.lua
|
||||||
|
# rnix-lsp
|
||||||
# sumneko-lua-language-server
|
# sumneko-lua-language-server
|
||||||
# stylua
|
# stylua
|
||||||
# texlab
|
# texlab
|
||||||
|
@ -130,7 +131,7 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
defaultCacheTtl = 86400;
|
defaultCacheTtl = 86400;
|
||||||
maxCacheTtl = 86400;
|
maxCacheTtl = 86400;
|
||||||
pinentryFlavor = "tty";
|
pinentryPackage = pkgs.pinentry-tty;
|
||||||
enableSshSupport = true;
|
enableSshSupport = true;
|
||||||
sshKeys = [ "CFDE97EDC2FDB2FD27020A084F1E3F40221BAFE7" ];
|
sshKeys = [ "CFDE97EDC2FDB2FD27020A084F1E3F40221BAFE7" ];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue