15 lines
195 B
Nix
15 lines
195 B
Nix
{...}: {
|
|
programs.foot = {
|
|
enable = true;
|
|
# catppuccin.enable = true;
|
|
settings = {
|
|
main = {
|
|
};
|
|
|
|
mouse = {
|
|
hide-when-typing = "yes";
|
|
};
|
|
};
|
|
};
|
|
}
|