am i stupid

This commit is contained in:
Osman Faruk Bayram 2025-07-26 12:24:43 +03:00
parent e94952fb79
commit 00999ad6cd

View file

@ -10,5 +10,5 @@
pinentry.program = "pinentry-cursor"; pinentry.program = "pinentry-cursor";
}; };
programs.gpg.enable = true; programs.gpg.enable = true;
home.packages = [ pkgs.pinentry-cursor ]; home.packages = [ pkgs.pinentry-curses ];
} }