non important commit

This commit is contained in:
benstrb 2026-01-27 19:09:44 +01:00
parent ae56f0a440
commit b89475326a
2 changed files with 10 additions and 0 deletions

9
home/modules/foot.nix Normal file
View file

@ -0,0 +1,9 @@
{
programs.foot = {
enable = true;
settings = {
alpha = "0.75";
};
};
}