From 50dbb5fcc98aa9e57ccc16d47571a9b8a54662ce Mon Sep 17 00:00:00 2001 From: Aleksandr Lebedev Date: Thu, 6 Mar 2025 11:35:14 +0100 Subject: [PATCH] Pass wsl --- nixos/wsl.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nixos/wsl.nix b/nixos/wsl.nix index 56a2397..026e290 100644 --- a/nixos/wsl.nix +++ b/nixos/wsl.nix @@ -13,6 +13,7 @@ ./modules/firefox ./modules/flatpak ./modules/emacs + ./modules/gnupg ./hosts/${hwconfig.hostname} ] ++ lib.optional (hwconfig.useImpermanence) ./modules/impermanence;