From 440074ba0ca76ded1f467df7788315b4128415f2 Mon Sep 17 00:00:00 2001 From: Kopatz <7265381+Kropatz@users.noreply.github.com> Date: Fri, 3 Oct 2025 11:19:38 +0200 Subject: [PATCH] fix usercontent css --- home-manager/firefox/default.nix | 2 +- systems/laptop/configuration.nix | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/home-manager/firefox/default.nix b/home-manager/firefox/default.nix index 1200277..94413d5 100644 --- a/home-manager/firefox/default.nix +++ b/home-manager/firefox/default.nix @@ -129,7 +129,7 @@ in } ''; userContent = '' - body { + body:-moz-only-whitespace { --body-bg-color: #${base16.base01}; background-color: #${base16.base01}; } diff --git a/systems/laptop/configuration.nix b/systems/laptop/configuration.nix index 1869fff..68b4c63 100644 --- a/systems/laptop/configuration.nix +++ b/systems/laptop/configuration.nix @@ -107,6 +107,7 @@ in environment.systemPackages = with pkgs; [ nvtopPackages.amd ryzenadj + prismlauncher ]; #services.joycond.enable = true;