Gnome: Add wallpaper

This commit is contained in:
Wroclaw 2024-01-30 02:12:04 +01:00
parent ea5017959f
commit daef4e98d0
3 changed files with 9 additions and 0 deletions

View file

@ -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;