uninstalls jankyborders

This commit is contained in:
Dennis Schoepf 2026-03-09 19:04:13 +01:00
parent 95bb47549d
commit 206c054218

View file

@ -123,16 +123,7 @@
( (
{ ... }: { ... }:
lib.mkIf pkgs.stdenv.isDarwin { lib.mkIf pkgs.stdenv.isDarwin {
services.jankyborders = { # Configuration for Mac tiling desktop
enable = true;
settings = {
style = "round";
width = 7.0;
hidpi = "on";
active_color = "0xffc57faf";
inactive_color = "0xff1d202f";
};
};
} }
) )
]; ];