diff options
author | Baitinq <manuelpalenzuelamerino@gmail.com> | 2022-07-24 11:45:18 +0200 |
---|---|---|
committer | Baitinq <manuelpalenzuelamerino@gmail.com> | 2022-07-24 11:45:18 +0200 |
commit | 8dc2ce80e0d1643be1640364d0c2ceed7be1176d (patch) | |
tree | 4c91b06e910fed09332ccdf48731fcf99640eca4 /hosts/home.nix | |
parent | Fix hardware acceleration in firefox (diff) | |
download | nixos-config-8dc2ce80e0d1643be1640364d0c2ceed7be1176d.tar.gz nixos-config-8dc2ce80e0d1643be1640364d0c2ceed7be1176d.tar.bz2 nixos-config-8dc2ce80e0d1643be1640364d0c2ceed7be1176d.zip |
Added Wallpapers as flake input
Diffstat (limited to 'hosts/home.nix')
-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 |