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

View file

@ -18,6 +18,7 @@
./modules/shells.nix
./modules/nvf.nix
./modules/kitty.nix
./modules/foot.nix
./modules/polybar.nix
./modules/fastfetch.nix
./modules/cursor.nix

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

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