mirror of
https://github.com/ItsDrike/nixdots
synced 2024-12-25 18:54:34 +00:00
Add dconf.enable=true to dconf.nix (even though we do it system-wide)
This commit is contained in:
parent
4af1e37781
commit
70a8b66d01
|
@ -1,5 +1,7 @@
|
|||
{
|
||||
dconf.settings = {
|
||||
dconf = {
|
||||
enable = true;
|
||||
settings = {
|
||||
# This is like a system-wide dark mode swithc that some apps respect
|
||||
# Equivalent of the following dconf command:
|
||||
# `conf write /org/gnome/desktop/interface/color-scheme "'prefer-dark'"`
|
||||
|
@ -7,4 +9,5 @@
|
|||
color-scheme = "prefer-dark";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue