Updated to avoid IFD
This commit is contained in:
parent
f41904260b
commit
379f8ae23e
4 changed files with 11 additions and 5 deletions
|
@ -16,7 +16,11 @@ in {
|
|||
config = mkIf cfg.enable {
|
||||
programs.kitty = {
|
||||
enable = true;
|
||||
catppuccin.enable = true;
|
||||
# Set theme with `extraConfig` instead of `theme` to avoid IFD.
|
||||
# See here: https://github.com/nix-community/home-manager/issues/5110
|
||||
extraConfig = ''
|
||||
include ${pkgs.kitty-themes}/share/kitty-themes/themes/Catppuccin-Mocha.conf
|
||||
'';
|
||||
font = {
|
||||
size = 12;
|
||||
package = pkgs.nerdfonts.override {fonts = ["Hack"];};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue