From 7e7efcf4ecd94e1e4a58a34c94495b43208cebc3 Mon Sep 17 00:00:00 2001 From: Aly Raffauf Date: Thu, 19 Sep 2024 13:26:54 -0400 Subject: [PATCH] lavaridge: force border radius 10 --- hosts/lavaridge/home.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hosts/lavaridge/home.nix b/hosts/lavaridge/home.nix index aef0c1fa..270e287b 100644 --- a/hosts/lavaridge/home.nix +++ b/hosts/lavaridge/home.nix @@ -19,6 +19,8 @@ gammastep.enable = lib.mkForce false; }; + + theme.borders.radius = lib.mkForce 10; }; } ];