Update home.nix

This commit is contained in:
ediblerope 2025-12-15 19:58:34 +00:00 committed by GitHub
parent 3ded06d2bd
commit a3d86f681d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -4,12 +4,12 @@
# Define the state version for Home Manager
home.stateVersion = "25.11";
# --- Packages for the user ---
# Packages for user
home.packages = with pkgs; [
#
];
# --- Download wallpaper from your GitHub repo ---
# Download wallpaper from GitHub repo
home.file.".local/share/backgrounds/wallpaper.png".source =
"${builtins.fetchGit {
url = "https://github.com/ediblerope/nixos-config";