Skip to content

Commit

Permalink
Avoid IFD in Kitty module (#160)
Browse files Browse the repository at this point in the history
  • Loading branch information
lovesegfault authored Oct 10, 2023
1 parent 4d76e2d commit eb007b7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion modules/kitty/hm.nix
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,9 @@ in {
size = config.stylix.fonts.sizes.terminal;
};
settings.background_opacity = with config.stylix.opacity; "${builtins.toString terminal}";
extraConfig = builtins.readFile theme;
extraConfig = ''
include ${theme}
'';
};
};
}

0 comments on commit eb007b7

Please sign in to comment.