diff options
| author | Baitinq <[email protected]> | 2022-07-24 11:45:18 +0200 |
|---|---|---|
| committer | Baitinq <[email protected]> | 2022-07-24 11:45:18 +0200 |
| commit | c113d6e80c4afce77e52de77d816b277fd7c6c83 (patch) | |
| tree | bb3e276c7760496a298a7099d64ec98b4810e17d /flake.lock | |
| parent | Fix hardware acceleration in firefox (diff) | |
| download | nixos-config-c113d6e80c4afce77e52de77d816b277fd7c6c83.tar.gz nixos-config-c113d6e80c4afce77e52de77d816b277fd7c6c83.tar.bz2 nixos-config-c113d6e80c4afce77e52de77d816b277fd7c6c83.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", |