16 lines
242 B
Nix
16 lines
242 B
Nix
{...}: {
|
|
programs.foot = {
|
|
enable = true;
|
|
# catppuccin.enable = true;
|
|
settings = {
|
|
main = {
|
|
font = "Atkinson Monolegible:size=12";
|
|
};
|
|
|
|
mouse = {
|
|
hide-when-typing = "yes";
|
|
};
|
|
};
|
|
};
|
|
}
|