Update home.nix

This commit is contained in:
ediblerope 2025-12-05 19:59:39 +00:00 committed by GitHub
parent a03d60a191
commit 437c269f4b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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" = {