From cbbb9e70dc0d3b351d60d73d0d846b79a19c9583 Mon Sep 17 00:00:00 2001 From: Lilly Date: Mon, 5 Jan 2026 20:28:01 +0000 Subject: [PATCH] Auto-commit: 2026-01-05 20:28:01 --- system/core.nix | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/system/core.nix b/system/core.nix index ff9e3f4..bbf510f 100644 --- a/system/core.nix +++ b/system/core.nix @@ -93,4 +93,12 @@ in layout = "us"; variant = "euro"; }; + + # Some programs need SUID wrappers, can be configured further or are + # started in user sessions. + # programs.mtr.enable = true; + programs.gnupg.agent = { + enable = true; + enableSSHSupport = true; + }; } \ No newline at end of file