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;