enable firefox coloring
This commit is contained in:
@@ -66,4 +66,6 @@
|
||||
# This is annoying, because I can have a blank workspace, open Firefox and
|
||||
# then have Firefox open on some other workspace
|
||||
"widget.disable-workspace-management" = true;
|
||||
# Automatically enable extensions, don't manually confirm if it should be enabled
|
||||
"extensions.autoDisableScopes" = 0;
|
||||
}
|
||||
|
||||
@@ -59,7 +59,12 @@ let
|
||||
};
|
||||
};
|
||||
in {
|
||||
stylix.targets.firefox.profileNames = [ "default" ];
|
||||
stylix = lib.mkIf osConfig.custom.graphical.stylix.enable {
|
||||
targets.firefox = {
|
||||
profileNames = [ "default" ];
|
||||
colorTheme.enable = true;
|
||||
};
|
||||
};
|
||||
programs.firefox = {
|
||||
enable = true;
|
||||
policies = {
|
||||
@@ -111,6 +116,7 @@ in {
|
||||
visibility: collapse !important;
|
||||
}
|
||||
'';
|
||||
extensions.force = true;
|
||||
extensions.packages = with pkgs.nur.repos.rycee.firefox-addons; [
|
||||
clearurls
|
||||
darkreader
|
||||
|
||||
Reference in New Issue
Block a user