13 lines
232 B
Nix
13 lines
232 B
Nix
{...}: {
|
|
programs.foot = {
|
|
enable = true;
|
|
server.enable = true;
|
|
settings = {
|
|
main = {
|
|
term = "xterm-256color";
|
|
font = "FiraCode Nerd Font:size=8";
|
|
dpi-aware = "no";
|
|
};
|
|
};
|
|
};
|
|
}
|