Update home.nix

This commit is contained in:
ediblerope 2025-12-05 19:13:16 +00:00 committed by GitHub
parent db857315d9
commit 5f42c52fa9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -10,11 +10,12 @@
# #
]; ];
# --- Download wallpaper to home directory --- # --- Download wallpaper from your GitHub repo ---
home.file.".local/share/backgrounds/wallpaper.jpg".source = pkgs.fetchurl { home.file.".local/share/backgrounds/wallpaper.png".source =
url = "https://share.nordhammer.it/api/shares/KCkDFACI/files/ffd480b9-4d9e-4410-8489-eb1c32e06307"; "${builtins.fetchGit {
sha256 = "1hbl4z3b43v9yh1i2dxz9wm52ff1hpv0kwck5afabifhh1b9nlz1"; url = "https://github.com/ediblerope/nixos-config";
}; ref = "main";
}}/walls/wallpaper.png";
# --- GNOME/dconf Settings via Home Manager --- # --- GNOME/dconf Settings via Home Manager ---
dconf.settings = { dconf.settings = {
@ -28,8 +29,8 @@
# Wallpaper settings # Wallpaper settings
"org/gnome/desktop/background" = { "org/gnome/desktop/background" = {
picture-uri = "file:///home/fred/.local/share/backgrounds/wallpaper.jpg"; picture-uri = "file:///home/fred/.local/share/backgrounds/wallpaper.png";
picture-uri-dark = "file:///home/fred/.local/share/backgrounds/wallpaper.jpg"; picture-uri-dark = "file:///home/fred/.local/share/backgrounds/wallpaper.png";
}; };
# Window manager keybindings # Window manager keybindings