🐛 nix flake check fixes
All checks were successful
Build all NixOS Configurations / nix build (push) Successful in 6m39s
All checks were successful
Build all NixOS Configurations / nix build (push) Successful in 6m39s
This commit is contained in:
parent
2eab04fd5d
commit
8d2ae5c452
2 changed files with 2 additions and 1 deletions
|
@ -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 = {
|
||||
|
|
|
@ -25,6 +25,6 @@
|
|||
# sshKeys = [];
|
||||
defaultCacheTtl = 30;
|
||||
defaultCacheTtlSsh = 30;
|
||||
pinentryPackage = pkgs.pinentry-gtk2;
|
||||
pinentry.package = pkgs.pinentry-gtk2;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue