parent
2eab04fd5d
commit
8d2ae5c452
2 changed files with 2 additions and 1 deletions
|
@ -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 = {
|
||||||
|
|
|
@ -25,6 +25,6 @@
|
||||||
# sshKeys = [];
|
# sshKeys = [];
|
||||||
defaultCacheTtl = 30;
|
defaultCacheTtl = 30;
|
||||||
defaultCacheTtlSsh = 30;
|
defaultCacheTtlSsh = 30;
|
||||||
pinentryPackage = pkgs.pinentry-gtk2;
|
pinentry.package = pkgs.pinentry-gtk2;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue