feat: awawawa....

This commit is contained in:
Kat Inskip 2025-07-27 19:49:19 -07:00
parent 9e40fa7efa
commit 9019d65fb4
Signed by: kat
GPG key ID: 465E64DECEA8CF0F
3 changed files with 9 additions and 0 deletions

View file

@ -6,6 +6,13 @@
name = "Bibata-Modern-Ice";
size = 32;
};
image = ./stylix.png;
icons = {
enable = true;
light = "MoreWaita";
dark = "MoreWaita";
package = pkgs.morewaita-icon-theme;
};
fonts = {
sansSerif = {
name = "Jost";
@ -21,6 +28,7 @@
};
};
autoEnable = true;
polarity = "light";
base16Scheme = "${pkgs.base16-schemes}/share/themes/sakura.yaml";
};
}