Change themes

Signed-off-by: Hadi <112569860+anotherhadi@users.noreply.github.com>
This commit is contained in:
Hadi
2026-06-09 20:19:27 +02:00
parent 4addb1bd33
commit 24081abaf0
7 changed files with 16 additions and 177 deletions
+3 -3
View File
@@ -3,7 +3,7 @@
config,
...
}: let
rounding = config.theme.rounding + config.theme.gaps-out;
inherit (config.theme) bar-rounding bar-thickness;
inherit (config.stylix) fonts;
in {
home.packages = with pkgs; [
@@ -43,8 +43,8 @@ in {
};
dashboard.showOnHover = false;
border = {
inherit rounding;
thickness = 8;
rounding = bar-rounding;
thickness = bar-thickness;
};
};
}