From 26b16414a3012ec1da488df73f3021ac739a055a Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Sat, 19 Aug 2023 11:46:26 +0000 Subject: [PATCH] that didnt work lmao --- hosts/sakowsl/configuration.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/hosts/sakowsl/configuration.nix b/hosts/sakowsl/configuration.nix index 9f2478bb..6d228a83 100644 --- a/hosts/sakowsl/configuration.nix +++ b/hosts/sakowsl/configuration.nix @@ -72,6 +72,11 @@ htop # htop tree # trees ]; + # you phisiclally cannot live without this + # litearlly! ! ! ! ! ! + programs.gnupg.agent = { + enable = true; + }; environment.noXlibs = lib.mkForce false;