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
|
git
|
||||||
gitlab-ci-local
|
gitlab-ci-local
|
||||||
gnumake
|
gnumake
|
||||||
gnupg
|
|
||||||
htop
|
htop
|
||||||
inotify-tools
|
inotify-tools
|
||||||
jq
|
jq
|
||||||
@@ -108,6 +107,13 @@
|
|||||||
|
|
||||||
programs.hyprland.enable = if currentSystemDe == "hyprland" then true else false;
|
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 = {
|
programs.nh = {
|
||||||
enable = true;
|
enable = true;
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user