From 8d2ae5c452160571b9dcac16b6967d49509fe04b Mon Sep 17 00:00:00 2001 From: Ingolf Wagner <contact@ingolf-wagner.de> Date: Sun, 4 May 2025 20:52:51 +0200 Subject: [PATCH] :bug: nix flake check fixes --- flake.nix | 1 + homes/palo/gpg.nix | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 3593829..845a65f 100644 --- a/flake.nix +++ b/flake.nix @@ -339,6 +339,7 @@ # running into strange problems # fixme: remove if possible stylix.targets.vim.enable = lib.mkForce false; + stylix.targets.mako.enable = lib.mkForce false; } ]; stylix.fonts = { diff --git a/homes/palo/gpg.nix b/homes/palo/gpg.nix index 17eeb31..fbf2c35 100644 --- a/homes/palo/gpg.nix +++ b/homes/palo/gpg.nix @@ -25,6 +25,6 @@ # sshKeys = []; defaultCacheTtl = 30; defaultCacheTtlSsh = 30; - pinentryPackage = pkgs.pinentry-gtk2; + pinentry.package = pkgs.pinentry-gtk2; }; }