add background image to gnome
This commit is contained in:
parent
48d8aa8c37
commit
f9052e0555
1 changed files with 7 additions and 0 deletions
|
|
@ -25,6 +25,13 @@ in
|
||||||
cursor-theme = "Adwaita";
|
cursor-theme = "Adwaita";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# Desktop background
|
||||||
|
"org/gnome/desktop/background" = {
|
||||||
|
picture-uri = "file:///home/yanlin/Documents/Library/nixos-nineish-dark@4k.png";
|
||||||
|
picture-uri-dark = "file:///home/yanlin/Documents/Library/nixos-nineish-dark@4k.png";
|
||||||
|
picture-options = "scaled";
|
||||||
|
};
|
||||||
|
|
||||||
# Input sources - US English
|
# Input sources - US English
|
||||||
"org/gnome/desktop/input-sources" = {
|
"org/gnome/desktop/input-sources" = {
|
||||||
sources = [ (mkTuple [ "xkb" "us" ]) ];
|
sources = [ (mkTuple [ "xkb" "us" ]) ];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue