enough styles

This commit is contained in:
notgne2 2025-10-20 16:11:30 -07:00
parent f02e292b01
commit 0722c39448
No known key found for this signature in database
9 changed files with 5 additions and 866 deletions

View file

@ -6,7 +6,6 @@ inputs: all: {
}: {
imports = [
all
inputs.stylix.homeModules.stylix
];
programs.direnv = {
@ -92,7 +91,7 @@ inputs: all: {
nativeMessagingHosts = [pkgs.fx-cast-bridge];
profiles.default = {
extensions = lib.optionals (pkgs ? nur.repos.rycee.firefox-addons) (with pkgs.nur.repos.rycee.firefox-addons; [
extensions.packages = lib.optionals (pkgs ? nur.repos.rycee.firefox-addons) (with pkgs.nur.repos.rycee.firefox-addons; [
darkreader
bitwarden
violentmonkey
@ -134,7 +133,7 @@ inputs: all: {
# # LibreWolf ruins the user agent making sites unusable without RFP, so use the user agent from RFP manually. This also seems sane for compatibility when using Firefox.
# "general.useragent.override" = "Mozilla/5.0 (Windows NT 10.0; rv:91.0) Gecko/20100101 Firefox/91.0";
# set the user agent to a _realistic_ user agent because cloudflare keeps sniffing my balls
# "general.useragent.override" = "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:136.0) Gecko/20100101 Firefox/136.";
"general.useragent.override" = "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:136.0) Gecko/20100101 Firefox/143.";
"general.useragent.compatMode.firefox" = true;
};
};