diff options
Diffstat (limited to 'hosts')
-rw-r--r-- | hosts/home.nix | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/hosts/home.nix b/hosts/home.nix index 138a4d3..d39f3ac 100644 --- a/hosts/home.nix +++ b/hosts/home.nix @@ -257,12 +257,7 @@ in }; home.file = { - "./Images/Wallpapers".source = pkgs.fetchFromGitHub { - owner = "Baitinq"; - repo = "Wallpapers"; - rev = "291f9a4cf78a6ad862da151139ea026ea72968e5"; - sha256 = "sha256-YKpIno5QSJM/GGp5DwQeuhKmTU5S96+IhLr0O0V8PDI="; - }; + "./Images/Wallpapers".source = inputs.wallpapers; }; # For disabling the automatic creation of $HOME/Desktop |