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 =
"${builtins.fetchGit {
url = "https://github.com/ediblerope/nixos-config";
ref = "main";
}}/walls/wallpaper.png";
let
wallpaperRepo = builtins.fetchGit {
url = "https://github.com/ediblerope/nixos-config";
ref = "main";
};
in "${wallpaperRepo}/walls/wallpaper.png";
# GNOME dconf
dconf.settings = {