Initial commit
2
.gitignore
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
result
|
||||
.direnv
|
61
flake.lock
Normal file
|
@ -0,0 +1,61 @@
|
|||
{
|
||||
"nodes": {
|
||||
"flake-utils": {
|
||||
"inputs": {
|
||||
"systems": "systems"
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1701680307,
|
||||
"narHash": "sha256-kAuep2h5ajznlPMD9rnQyffWG8EM/C73lejGofXvdM8=",
|
||||
"owner": "numtide",
|
||||
"repo": "flake-utils",
|
||||
"rev": "4022d587cbbfd70fe950c1e2083a02621806a725",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
"owner": "numtide",
|
||||
"repo": "flake-utils",
|
||||
"type": "github"
|
||||
}
|
||||
},
|
||||
"nixpkgs": {
|
||||
"locked": {
|
||||
"lastModified": 1701718080,
|
||||
"narHash": "sha256-6ovz0pG76dE0P170pmmZex1wWcQoeiomUZGggfH9XPs=",
|
||||
"owner": "nixos",
|
||||
"repo": "nixpkgs",
|
||||
"rev": "2c7f3c0fb7c08a0814627611d9d7d45ab6d75335",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
"owner": "nixos",
|
||||
"ref": "nixos-unstable",
|
||||
"repo": "nixpkgs",
|
||||
"type": "github"
|
||||
}
|
||||
},
|
||||
"root": {
|
||||
"inputs": {
|
||||
"flake-utils": "flake-utils",
|
||||
"nixpkgs": "nixpkgs"
|
||||
}
|
||||
},
|
||||
"systems": {
|
||||
"locked": {
|
||||
"lastModified": 1681028828,
|
||||
"narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=",
|
||||
"owner": "nix-systems",
|
||||
"repo": "default",
|
||||
"rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
"owner": "nix-systems",
|
||||
"repo": "default",
|
||||
"type": "github"
|
||||
}
|
||||
}
|
||||
},
|
||||
"root": "root",
|
||||
"version": 7
|
||||
}
|
27
flake.nix
Normal file
|
@ -0,0 +1,27 @@
|
|||
{ description = "A collection of wallpapers";
|
||||
inputs = {
|
||||
nixpkgs.url = github:nixos/nixpkgs/nixos-unstable;
|
||||
flake-utils.url = github:numtide/flake-utils;
|
||||
};
|
||||
outputs = { self, nixpkgs, flake-utils}:
|
||||
flake-utils.lib.eachDefaultSystem (system:
|
||||
let pkgs = import nixpkgs { inherit system; };
|
||||
in {
|
||||
packages = rec {
|
||||
default = pkgs.stdenv.mkDerivation rec {
|
||||
pname = "wallpapers";
|
||||
version = "0.0";
|
||||
src = ./src;
|
||||
installPhase = ''
|
||||
mkdir -p $out
|
||||
cp -r share $out/
|
||||
find $out/share/wallpapers/erotic -type f > $out/share/wallpapers-erotic
|
||||
find $out/share/wallpapers/nsfw -type f > $out/share/wallpapers-nsfw
|
||||
find $out/share/wallpapers/akatsuki -type f > $out/share/wallpapers-akatsuki
|
||||
find $out/share/wallpapers/sfw -type f > $out/share/wallpapers-list
|
||||
'';
|
||||
};
|
||||
};
|
||||
|
||||
});
|
||||
}
|
BIN
src/share/wallpapers/00006-1828245712.png
Normal file
After Width: | Height: | Size: 2.4 MiB |
BIN
src/share/wallpapers/Eldritch_God-Cyanure.jpg
Normal file
After Width: | Height: | Size: 584 KiB |
BIN
src/share/wallpapers/deviantart_730714407_Aurora.jpg
Normal file
After Width: | Height: | Size: 508 KiB |
BIN
src/share/wallpapers/deviantart_807053633_Annular_Eclipse.jpg
Normal file
After Width: | Height: | Size: 287 KiB |
BIN
src/share/wallpapers/deviantart_872036243_Blazing_Moon.jpg
Normal file
After Width: | Height: | Size: 233 KiB |
BIN
src/share/wallpapers/deviantart_875050267_Verdant_Moonlight.jpg
Normal file
After Width: | Height: | Size: 243 KiB |
BIN
src/share/wallpapers/deviantart_877228905_Eclipse_Lights.jpg
Normal file
After Width: | Height: | Size: 248 KiB |
BIN
src/share/wallpapers/deviantart_878047929_Comfort.jpg
Normal file
After Width: | Height: | Size: 239 KiB |
BIN
src/share/wallpapers/deviantart_892099029_Chasing_A_Dream.jpg
Normal file
After Width: | Height: | Size: 273 KiB |
BIN
src/share/wallpapers/deviantart_895584490_Midnight_Moonlight.jpg
Normal file
After Width: | Height: | Size: 229 KiB |
BIN
src/share/wallpapers/deviantart_907860978_Lavaland_View.jpg
Normal file
After Width: | Height: | Size: 218 KiB |
BIN
src/share/wallpapers/deviantart_909888074_Rainbow_At_Sunset_.jpg
Normal file
After Width: | Height: | Size: 225 KiB |
BIN
src/share/wallpapers/vitrun.jpg
Normal file
After Width: | Height: | Size: 2.4 MiB |