mirror of
https://github.com/youwen5/nixos.git
synced 2025-01-17 20:52:09 -08:00
fix: manually set colorscheme polarity
This commit is contained in:
parent
c18b4315ee
commit
38a23a09ff
1 changed files with 3 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue