Skip to content

Commit

Permalink
feat(cheetah): fix pinentry && remove rnix-lsp
Browse files Browse the repository at this point in the history
  • Loading branch information
reo101 committed Apr 13, 2024
1 parent 7d9e861 commit ccb43c8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions machines/nix-on-droid/aarch64-linux/cheetah/home.nix
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,8 @@

extraPackages = with pkgs; [
tree-sitter
rnix-lsp
luajitPackages.lua
# rnix-lsp
# sumneko-lua-language-server
# stylua
# texlab
Expand Down Expand Up @@ -130,7 +131,7 @@
enable = true;
defaultCacheTtl = 86400;
maxCacheTtl = 86400;
pinentryFlavor = "tty";
pinentryPackage = pkgs.pinentry-tty;
enableSshSupport = true;
sshKeys = [ "CFDE97EDC2FDB2FD27020A084F1E3F40221BAFE7" ];
};
Expand Down

0 comments on commit ccb43c8

Please sign in to comment.