home: foot: remove extra stuff
This commit is contained in:
parent
72f417d3b4
commit
21466dbb80
1 changed files with 2 additions and 19 deletions
|
@ -1,20 +1,3 @@
|
|||
{
|
||||
lib,
|
||||
config,
|
||||
pkgs,
|
||||
...
|
||||
}: {
|
||||
programs.foot = let
|
||||
cfg = config.myFlake.home-manager.terminal;
|
||||
in {
|
||||
enable = true;
|
||||
settings = {
|
||||
main.include =
|
||||
lib.mkIf (config.myFlake.home-manager.colorScheme == "tokyonight")
|
||||
"${pkgs.vimPlugins.tokyonight-nvim}/extras/foot/tokyonight_night.ini";
|
||||
cursor.style = cfg.cursorStyle;
|
||||
main.font = "monospace:size=${builtins.toString cfg.fontSize}";
|
||||
main.pad = "${builtins.toString cfg.padding}x${builtins.toString cfg.padding}";
|
||||
};
|
||||
};
|
||||
_: {
|
||||
programs.foot.enable = true;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue