mirror of
https://github.com/youwen5/nixos.git
synced 2025-01-18 05:02:10 -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";
|
formFactor = "desktop";
|
||||||
theming = {
|
theming = {
|
||||||
wallpaper = "${inputs.wallpapers}/aesthetic/afterglow_city_skyline_at_night.png";
|
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";
|
base16Scheme = "${pkgs.base16-schemes}/share/themes/rose-pine.yaml";
|
||||||
|
polarity = "dark";
|
||||||
};
|
};
|
||||||
system = {
|
system = {
|
||||||
audio.prod.enable = true;
|
audio.prod.enable = true;
|
||||||
|
|
Loading…
Reference in a new issue