flake

Francesco Saccone's Nix flake.
git clone git://git.francescosaccone.com/flake
Log | Files | Refs | README | LICENSE

commit bf5399f3ae2c9fc556ba50444dc5959826170eea
parent 8518a3e84c560c936f2099fd5af6f6cf9cc7b682
Author: Francesco Saccone <francesco@francescosaccone.com>
Date:   Sun,  6 Apr 2025 17:36:16 +0200

feat: add alpha value to foot terminal

Signed-off-by: Francesco Saccone <francesco@francescosaccone.com>

Diffstat:
Mmodules/home/sway/default.nix | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/modules/home/sway/default.nix b/modules/home/sway/default.nix @@ -43,6 +43,7 @@ configFile = pkgs.writeText "foot.ini" '' [colors] + alpha=0.8 background=${parseColor colors.black} foreground=${parseColor colors.white}