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;