mirror of
https://github.com/sadan4/dotfiles.git
synced 2025-06-10 06:23:04 -04:00
39 current 2024-04-23 16:44:36 24.05.20240419.5c24cf2 6.6.28 *
This commit is contained in:
parent
31833ba73f
commit
d301b64001
3 changed files with 53 additions and 5 deletions
|
@ -95,8 +95,10 @@ nixpkgs.config.allowUnfree = true;
|
|||
tldr
|
||||
gnupg
|
||||
openssh
|
||||
pinentry-rofi
|
||||
pinentry-curses
|
||||
pinentry
|
||||
libnotify
|
||||
file
|
||||
];
|
||||
#LD fix
|
||||
programs.nix-ld.enable = true;
|
||||
|
@ -107,7 +109,7 @@ pkgs.curlWithGnuTls
|
|||
|
||||
programs.gnupg.agent = {
|
||||
enable = true;
|
||||
pinentryPackage = pkgs.pinentry-rofi;
|
||||
pinentryPackage = pkgs.pinentry-gnome3;
|
||||
enableSSHSupport = true;
|
||||
};
|
||||
# Some programs need SUID wrappers, can be configured further or are
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue