Inital foot configuration

This commit is contained in:
Nathan McCarty 2025-01-21 01:37:50 -05:00
parent 9b452e06fa
commit f497387642

View file

@ -25,4 +25,16 @@
enable = true;
};
};
# Setup foot as our terminal emulator
programs.foot = {
enable = true;
server.enable = true;
settings = {
main = {
font = "JetBrainsMono NF:size=8";
dpi-aware = "yes";
};
};
};
}