Switched to foot terminal

This commit is contained in:
2025-12-07 23:52:36 -05:00
parent 96ad8e6994
commit 4c5b7a966d
4 changed files with 21 additions and 2 deletions

17
modules/home/foot.nix Normal file
View File

@@ -0,0 +1,17 @@
{
...
}:
{
programs.foot = {
enable = true;
server.enable = false;
settings = {
main = {
term = "xterm-256color";
};
mouse = {
hide-when-typing = "yes";
};
};
};
}