🐛 nix flake check fixes

This commit is contained in:
Ingolf Wagner 2025-05-04 20:52:51 +02:00
parent 2eab04fd5d
commit 8d2ae5c452
No known key found for this signature in database
GPG key ID: 76BF5F1928B9618B
2 changed files with 2 additions and 1 deletions

View file

@ -339,6 +339,7 @@
# running into strange problems # running into strange problems
# fixme: remove if possible # fixme: remove if possible
stylix.targets.vim.enable = lib.mkForce false; stylix.targets.vim.enable = lib.mkForce false;
stylix.targets.mako.enable = lib.mkForce false;
} }
]; ];
stylix.fonts = { stylix.fonts = {

View file

@ -25,6 +25,6 @@
# sshKeys = []; # sshKeys = [];
defaultCacheTtl = 30; defaultCacheTtl = 30;
defaultCacheTtlSsh = 30; defaultCacheTtlSsh = 30;
pinentryPackage = pkgs.pinentry-gtk2; pinentry.package = pkgs.pinentry-gtk2;
}; };
} }