fix: enable colortheme for firefox-based browsers
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user