mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 18:41:34 +01:00
Fix theming
This commit is contained in:
parent
03bc6c09a0
commit
9ea2d95738
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@ in {
|
|||
};
|
||||
|
||||
config = lib.mkMerge [
|
||||
(lib.mkIf config.myConfig.theming.enable {
|
||||
(lib.mkIf cfg.theming.enable {
|
||||
dconf.settings."org/gnome/desktop/interface".color-scheme = "prefer-dark";
|
||||
|
||||
gtk = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue