diff options
| author | Akshay Nair <phenax5@gmail.com> | 2024-01-12 22:55:55 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2024-01-12 22:55:55 +0530 |
| commit | fba2849d709fcafa500ca2392e58b15255f4ef5b (patch) | |
| tree | 840c6ae2665f8a303f6409107589c46dd07c8eaf /home.nix | |
| parent | f8c843475febec17faf275e49726ca470b82acab (diff) | |
| download | nixos-config-fba2849d709fcafa500ca2392e58b15255f4ef5b.tar.gz nixos-config-fba2849d709fcafa500ca2392e58b15255f4ef5b.zip | |
new laptop, new me
Diffstat (limited to '')
| -rw-r--r-- | home.nix | 9 |
1 files changed, 5 insertions, 4 deletions
@@ -82,10 +82,11 @@ in maxCacheTtl = 864000; defaultCacheTtl = 864000; enableSshSupport = false; - #pinentryFlavor = null; - #extraConfig = '' - #pinentry-program /home/imsohexy/nixos/packages/anypinentry/source/anypinentry - #''; + pinentryFlavor = "qt"; + # pinentryFlavor = null; + # extraConfig = '' + # pinentry-program ${localPkgs.anypinentry}/bin/anypinentry + # ''; }; home.file = { |
