fix: enable colortheme for firefox-based browsers

This commit is contained in:
2026-02-22 12:15:48 +01:00
parent e62790f2c7
commit b9c7c099e7
4 changed files with 26 additions and 4 deletions

View File

@@ -31,8 +31,14 @@ in
home-manager.sharedModules = [
{
stylix.targets = {
firefox.profileNames = [ "default" ];
librewolf.profileNames = [ "default" ];
firefox = {
profileNames = [ "default" ];
colorTheme.enable = true;
};
librewolf = {
profileNames = [ "default" ];
colorTheme.enable = true;
};
kitty.variant256Colors = true;
gnome.enable = false;
gtk.enable = false;