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

@ -14,7 +14,7 @@ in
default = ./presets/default.toml;
};
};
config = {
config = mkIf cfg.enable {
programs.starship = {
enable = true;
enableZshIntegration = config.myShells.zsh.enable;