fix dark theme
Some checks failed
ci/woodpecker/push/build-cache Pipeline failed

This commit is contained in:
Lucy Hochkamp 2025-11-12 15:27:53 +01:00
parent 245c5a7d27
commit 6088d13939
No known key found for this signature in database
8 changed files with 123 additions and 58 deletions

View file

@ -23,10 +23,10 @@ in
gtk4.extraConfig.gtk-application-prefer-dark-theme = 1;
gtk3.extraConfig.gtk-application-prefer-dark-theme = 1;
};
qt = {
enable = true;
style.name = "breeze";
};
# qt = {
# enable = true;
# style.name = "breeze";
# };
};
}

View file

@ -14,6 +14,11 @@ in
programs.mpv = {
enable = true;
scripts = with pkgs.mpvScripts; [ mpv-webm sponsorblock ];
config = {
profile = "gpu-hq";
ytdl-format = "bestvideo[width<=1920]+bestaudio";
cache-secs = 1200;
};
};
};