Update home.nix
This commit is contained in:
parent
a03d60a191
commit
437c269f4b
1 changed files with 4 additions and 3 deletions
|
|
@ -29,9 +29,10 @@
|
|||
|
||||
# Wallpaper settings
|
||||
"org/gnome/desktop/background" = {
|
||||
picture-uri = "file:///home/fred/.local/share/backgrounds/wallpaper.png";
|
||||
picture-uri-dark = "file:///home/fred/.local/share/backgrounds/wallpaper.png";
|
||||
};
|
||||
picture-uri = "file://${config.home.homeDirectory}/.local/share/backgrounds/wallpaper.png";
|
||||
picture-uri-dark = "file://${config.home.homeDirectory}/.local/share/backgrounds/wallpaper.png";
|
||||
picture-options = "zoom";
|
||||
};
|
||||
|
||||
# Window manager keybindings
|
||||
"org/gnome/desktop/wm/keybindings" = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue