new_dots/home/modules/foot.nix
2026-01-27 19:09:44 +01:00

9 lines
95 B
Nix

{
programs.foot = {
enable = true;
settings = {
alpha = "0.75";
};
};
}