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 /flake.lock | |
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 'flake.lock')
-rw-r--r-- | flake.lock | 19 |
1 files changed, 18 insertions, 1 deletions
diff --git a/flake.lock b/flake.lock index 5ad5572..95c94c6 100644 --- a/flake.lock +++ b/flake.lock @@ -89,7 +89,8 @@ "impermanence": "impermanence", "nix-index": "nix-index", "nixpkgs": "nixpkgs", - "nur": "nur" + "nur": "nur", + "wallpapers": "wallpapers" } }, "utils": { @@ -106,6 +107,22 @@ "repo": "flake-utils", "type": "github" } + }, + "wallpapers": { + "flake": false, + "locked": { + "lastModified": 1602330464, + "narHash": "sha256-YKpIno5QSJM/GGp5DwQeuhKmTU5S96+IhLr0O0V8PDI=", + "owner": "Baitinq", + "repo": "Wallpapers", + "rev": "291f9a4cf78a6ad862da151139ea026ea72968e5", + "type": "github" + }, + "original": { + "owner": "Baitinq", + "repo": "Wallpapers", + "type": "github" + } } }, "root": "root", |