nix: fix dark mode setting

pull/4608/head
Jeffrey C. Ollie 2025-01-05 01:31:30 -06:00
parent 0b456d14a4
commit 4ff7f6df06
No known key found for this signature in database
GPG Key ID: 6F86035A6D97044E
1 changed files with 2 additions and 2 deletions

View File

@ -78,8 +78,8 @@
primary-color = "#000000000000";
secondary-color = "#000000000000";
};
"org/gnome/desktop/desktop" = {
interface = "prefer-dark";
"org/gnome/desktop/interface" = {
color-scheme = "prefer-dark";
};
"org/gnome/desktop/notifications" = {
show-in-lock-screen = false;