Update common.nix

This commit is contained in:
ediblerope 2026-01-11 11:19:15 +00:00 committed by GitHub
parent 35592abaed
commit ce7f3c1c95
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -59,8 +59,8 @@
sudo nixos-rebuild switch --upgrade --option tarball-ttl 0
# Manually reapply wallpaper settings
dconf write /org/gnome/desktop/background/picture-uri "'file://$HOME/.local/share/backgrounds/wallpaper.png'"
dconf write /org/gnome/desktop/background/picture-uri-dark "'file://$HOME/.local/share/backgrounds/wallpaper.png'"
dconf write /org/gnome/desktop/background/picture-uri "'file://''${HOME}/.local/share/backgrounds/wallpaper.png'"
dconf write /org/gnome/desktop/background/picture-uri-dark "'file://''${HOME}/.local/share/backgrounds/wallpaper.png'"
dconf write /org/gnome/desktop/background/picture-options "'zoom'"
'';
clean = "sudo nix-collect-garbage -d";