feat: AGS config update and stylix config update

AGS: add additional indicator customisations

Stylix: specify fonts used for each font style
This commit is contained in:
Zhongheng Liu 2024-08-24 13:15:54 +08:00
commit 4a7e9cafd9
No known key found for this signature in database
4 changed files with 94 additions and 8 deletions

View file

@ -3,5 +3,15 @@
enable = true;
base16Scheme = "${pkgs.base16-schemes}/share/themes/gruvbox-dark-medium.yaml";
image = ./assets/gruvbox-wallpaper.png;
fonts = {
sansSerif = {
name = "Aileron";
package = pkgs.aileron;
};
monospace = {
name = "BlexMono Nerd Font";
package = pkgs.nerdfonts.override {fonts = ["IBMPlexMono"];};
};
};
};
}