flake

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

commit 6e138c3087bb10e152eddaec39371754aadf3154
parent 4911d55d884a995a9ee444d1c44d75c1376efef4
Author: Francesco Saccone <francesco@francescosaccone.com>
Date:   Sun,  6 Apr 2025 19:14:07 +0200

fix: remove 'background' color definition

It was unnecessary and it did not match the structure to pass
to builtins.mapAttrs.

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

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

diff --git a/modules/home/sway/default.nix b/modules/home/sway/default.nix @@ -84,8 +84,6 @@ }; in rec { - background = colors.transparent; - focused = { background = colors.white; border = colors.white;