From 7655884d8b3a284b1d49d3a245c527b0b601a77d Mon Sep 17 00:00:00 2001 From: Noa Aarts Date: Mon, 11 Nov 2024 00:27:09 +0100 Subject: [PATCH] gpg initial start --- hosts/lambdaos/home.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/hosts/lambdaos/home.nix b/hosts/lambdaos/home.nix index 372a712..34a8d28 100644 --- a/hosts/lambdaos/home.nix +++ b/hosts/lambdaos/home.nix @@ -177,6 +177,10 @@ in enableZshIntegration = true; nix-direnv.enable = true; }; + # FIX: gpg should be declarative, but is more work than I have time for rn + gpg = { + enable = false; + }; # Let Home Manager install and manage itself. home-manager.enable = true; # add `play funny video` as alias because why not