nix-da/users/ny/programs/foot.nix
nydragon 88406b27ef
Some checks failed
/ test (push) Failing after 2s
refactor: hjemify foot & keepassxc
2025-02-21 09:31:26 +01:00

25 lines
384 B
Nix

{
rum.programs.foot = {
enable = true;
settings = {
main = {
term = "xterm-256color";
font = "NotoSansM Nerd Font Mono:size=13";
};
mouse = {
hide-when-typing = "yes";
};
colors = {
alpha = 0.8;
};
scrollback = {
lines = 90000;
indicator-position = "none";
};
};
};
}