11 lines
148 B
Nix
11 lines
148 B
Nix
{...}: {
|
|
programs.foot = {
|
|
enable = true;
|
|
settings = {
|
|
main = {
|
|
font = "FiraCode Nerd Font:size=12";
|
|
};
|
|
};
|
|
};
|
|
}
|