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:
parent
9ac744a8ce
commit
4a7e9cafd9
4 changed files with 94 additions and 8 deletions
|
@ -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"];};
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue