15 lines
178 B
Nix
15 lines
178 B
Nix
{
|
|
programs.foot = {
|
|
enable = true;
|
|
|
|
main = {
|
|
font = "monospace:size=12";
|
|
};
|
|
|
|
settings = {
|
|
colors = {
|
|
alpha = "0.75";
|
|
};
|
|
};
|
|
};
|
|
}
|