Update fred.nix

This commit is contained in:
ediblerope 2026-01-11 11:06:43 +00:00 committed by GitHub
parent c900b56eac
commit c6f61c06fe
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -9,12 +9,14 @@
# #
]; ];
# Download wallpaper from GitHub repo # Download wallpaper from GitHub repo and symlink it
home.file.".local/share/backgrounds/wallpaper.png".source = home.file.".local/share/backgrounds/wallpaper.png".source =
"${builtins.fetchGit { let
url = "https://github.com/ediblerope/nixos-config"; wallpaperRepo = builtins.fetchGit {
ref = "main"; url = "https://github.com/ediblerope/nixos-config";
}}/walls/wallpaper.png"; ref = "main";
};
in "${wallpaperRepo}/walls/wallpaper.png";
# GNOME dconf # GNOME dconf
dconf.settings = { dconf.settings = {