From ba784e1b5147c378f154c427631369492c7c8afa Mon Sep 17 00:00:00 2001 From: winston Date: Thu, 17 Aug 2023 04:31:21 +0200 Subject: [PATCH] fix(pkgs): uhk-agent linux exclusive --- home/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/default.nix b/home/default.nix index 5c624a5..f9774e7 100644 --- a/home/default.nix +++ b/home/default.nix @@ -25,7 +25,6 @@ in { mosh nix-output-monitor nur.repos.nekowinston.icat - nekowinston-nur.uhk-agent nvd ranger ripgrep @@ -40,6 +39,7 @@ in { _1password-gui jetbrains.goland jetbrains.webstorm + nekowinston-nur.uhk-agent ]); sessionVariables = lib.mkIf isDarwin { SSH_AUTH_SOCK = "${config.programs.gpg.homedir}/S.gpg-agent.ssh";