bennu: Add foot

This commit is contained in:
Alexander Heldt
2023-07-20 13:43:42 +02:00
parent 7b9653fb9d
commit 5da9395392
2 changed files with 16 additions and 1 deletions

View File

@@ -19,6 +19,17 @@
{ path = ./configs/.gitconfig; }
];
};
programs.foot = {
enable = true;
settings = {
main = {
term = "xterm-256color";
font = "DejaVuSansM Nerd Font Mono";
};
};
};
programs.zsh = {
enable = true;