fix(foot, bat): conflicts stylix, remove hardcoded themes

This commit is contained in:
madmin 2024-07-20 10:17:54 +02:00
parent 9afc735ea8
commit fde6fcaaa9
2 changed files with 7 additions and 5 deletions

View File

@ -7,7 +7,7 @@
config = {
# Show line numbers, Git modifications and file header (but no grid)
style = "numbers,changes,header";
theme = "gruvbox-dark";
# theme = "gruvbox-dark";
};
extraPackages = builtins.attrValues {
inherit (pkgs.bat-extras)

View File

@ -1,5 +1,6 @@
{
pkgs,
lib,
config,
...
}: {
@ -16,15 +17,16 @@
title = "foot";
locked-title = "no";
term = "xterm-256color";
font = "monospace:size=10.5";
vertical-letter-offset = "-0.75";
# Stylix overrides these
# font = "monospace:size=10.5";
# vertical-letter-offset = "-0.75";
# bold-text-in-bright = "no";
pad = "12x21 center";
resize-delay-ms = 100;
notify = "notify-send -a \${app-id} -i \${app-id} \${title} \${body}";
selection-target = "primary";
# box-drawings-uses-font-glyphs = "yes";
dpi-aware = "yes";
bold-text-in-bright = "no";
# dpi-aware = "yes";
word-delimiters = ",`|:\"'()[]{}<>";
};
cursor = {