From c113d6e80c4afce77e52de77d816b277fd7c6c83 Mon Sep 17 00:00:00 2001 From: Baitinq Date: Sun, 24 Jul 2022 11:45:18 +0200 Subject: Added Wallpapers as flake input --- hosts/home.nix | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'hosts/home.nix') 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 -- cgit 1.4.1