refactor(stylix): extract shared stylix overrides into 'targets.nix'

This commit is contained in:
2026-04-21 16:54:01 +02:00
parent 8f756554ad
commit b6500b97ff
3 changed files with 16 additions and 30 deletions

View File

@@ -25,21 +25,6 @@ in
sansSerif = config.stylix.fonts.monospace;
emoji = config.stylix.fonts.monospace;
};
targets = {
firefox = {
profileNames = [ "default" ];
colorTheme.enable = true;
};
librewolf = {
profileNames = [ "default" ];
colorTheme.enable = true;
};
gnome.enable = false;
gtk.enable = false;
kitty = {
variant256Colors = true;
};
nixvim.enable = false;
};
targets = import ../../../modules/stylix/targets.nix;
};
}