fix usercontent css

This commit is contained in:
Kopatz
2025-10-03 11:19:38 +02:00
parent ff4a21d965
commit 440074ba0c
2 changed files with 2 additions and 1 deletions

View File

@@ -129,7 +129,7 @@ in
} }
''; '';
userContent = '' userContent = ''
body { body:-moz-only-whitespace {
--body-bg-color: #${base16.base01}; --body-bg-color: #${base16.base01};
background-color: #${base16.base01}; background-color: #${base16.base01};
} }

View File

@@ -107,6 +107,7 @@ in
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
nvtopPackages.amd nvtopPackages.amd
ryzenadj ryzenadj
prismlauncher
]; ];
#services.joycond.enable = true; #services.joycond.enable = true;