mirror of
https://github.com/Superredstone/nixos.git
synced 2026-03-07 20:28:08 +01:00
Fixed broken gnupg
This commit is contained in:
@@ -16,7 +16,6 @@
|
||||
git
|
||||
gitlab-ci-local
|
||||
gnumake
|
||||
gnupg
|
||||
htop
|
||||
inotify-tools
|
||||
jq
|
||||
@@ -108,6 +107,13 @@
|
||||
|
||||
programs.hyprland.enable = if currentSystemDe == "hyprland" then true else false;
|
||||
|
||||
services.pcscd.enable = true;
|
||||
programs.gnupg.agent = {
|
||||
enable = true;
|
||||
pinentryPackage = pkgs.pinentry-tty;
|
||||
enableSSHSupport = true;
|
||||
};
|
||||
|
||||
programs.nh = {
|
||||
enable = true;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user