declare desktop background for gnome
This commit is contained in:
parent
c7e1e5d275
commit
c24c471905
1 changed files with 7 additions and 0 deletions
|
|
@ -77,6 +77,13 @@ in
|
||||||
history-length = mkUint32 100;
|
history-length = mkUint32 100;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# Desktop background configuration
|
||||||
|
"org/gnome/desktop/background" = {
|
||||||
|
picture-uri = "file:///home/yanlin/Documents/app-state/nixos-nineish-dark@4k.png";
|
||||||
|
picture-uri-dark = "file:///home/yanlin/Documents/app-state/nixos-nineish-dark@4k.png";
|
||||||
|
picture-options = "zoom";
|
||||||
|
};
|
||||||
|
|
||||||
# Disable GNOME Software auto-updates
|
# Disable GNOME Software auto-updates
|
||||||
"org/gnome/software" = {
|
"org/gnome/software" = {
|
||||||
download-updates = false;
|
download-updates = false;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue