Gnome: Add wallpaper
This commit is contained in:
parent
ea5017959f
commit
daef4e98d0
3 changed files with 9 additions and 0 deletions
|
@ -17,6 +17,12 @@ in
|
|||
|
||||
programs.dconf.profiles.user.databases = [{
|
||||
settings = with lib.gvariant; {
|
||||
"org/gnome/desktop/background" = {
|
||||
picture-options="zoom";
|
||||
picture-uri="file://${../../media/wallpaper.png}";
|
||||
picture-uri-dark="file://${../../media/wallpaper.png}";
|
||||
};
|
||||
|
||||
"org/gnome/desktop/interface" = {
|
||||
clock-show-date=true;
|
||||
clock-show-seconds=true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue