This commit is contained in:
Hadi
2024-06-17 20:08:17 +02:00
parent a703d0816b
commit b49b2d2c60
9 changed files with 19 additions and 16 deletions

View File

@@ -12,13 +12,13 @@
theme = { name = "FlatColor"; };
iconTheme = {
package = pkgs.flat-remix-icon-theme;
name = "Flat-Remix-Grey-Darkest";
package = pkgs.moka-icon-theme;
name = "Moka";
};
font = {
name = config.var.theme.font;
size = 11;
size = config.var.theme.font-size;
};
};