fix: manually set colorscheme polarity

This commit is contained in:
Youwen Wu 2024-12-26 01:11:57 -08:00
parent c18b4315ee
commit 38a23a09ff
Signed by: youwen5
GPG key ID: 865658ED1FE61EC3

View file

@ -20,7 +20,10 @@
formFactor = "desktop";
theming = {
wallpaper = "${inputs.wallpapers}/aesthetic/afterglow_city_skyline_at_night.png";
# if you don't manually set polarity when using manual colorscheme, GTK
# apps won't respect colorscheme
base16Scheme = "${pkgs.base16-schemes}/share/themes/rose-pine.yaml";
polarity = "dark";
};
system = {
audio.prod.enable = true;