GNOME: Difference between revisions
m →Systray Icons: gnome-settings-daemon was move to top-level |
m Fix slightly incorrect dconf settings code block |
||
| Line 137: | Line 137: | ||
{{file|~/.config/home-manager/home.nix|nix|<nowiki> | {{file|~/.config/home-manager/home.nix|nix|<nowiki> | ||
{ | { | ||
dconf | dconf = { | ||
enable = true; | enable = true; | ||
# You need quotes to escape '/' | settings = { | ||
# You need quotes to escape '/' | |||
"org/gnome/desktop/interface" = { | |||
clock-show-weekday = true; | |||
}; | |||
}; | }; | ||
}; | }; | ||