🐛 nix flake check fixes
All checks were successful
Build all NixOS Configurations / nix build (push) Successful in 6m39s

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
# fixme: remove if possible
stylix.targets.vim.enable = lib.mkForce false;
stylix.targets.mako.enable = lib.mkForce false;
}
];
stylix.fonts = {

View file

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