0xda157's wallpapers (NOT OC)

init

0xda157 19e73f48

+59
+4
.gitattributes
··· 1 + *.jpg binary 2 + *.jpeg binary 3 + *.png binary 4 + *.webp binary
+41
flake.lock
··· 1 + { 2 + "nodes": { 3 + "nixpkgs": { 4 + "locked": { 5 + "lastModified": 1763618868, 6 + "narHash": "sha256-v5afmLjn/uyD9EQuPBn7nZuaZVV9r+JerayK/4wvdWA=", 7 + "owner": "NixOS", 8 + "repo": "nixpkgs", 9 + "rev": "a8d610af3f1a5fb71e23e08434d8d61a466fc942", 10 + "type": "github" 11 + }, 12 + "original": { 13 + "id": "nixpkgs", 14 + "type": "indirect" 15 + } 16 + }, 17 + "nixpkgs-lib": { 18 + "locked": { 19 + "lastModified": 1763255503, 20 + "narHash": "sha256-7AL5rgcGVjhYgZFbZQt1IndGcY27h5B5xi9OWtLlm6c=", 21 + "owner": "nix-community", 22 + "repo": "nixpkgs.lib", 23 + "rev": "56f74a2d6cd236c0ea3097b3df2e053fbb374b26", 24 + "type": "github" 25 + }, 26 + "original": { 27 + "owner": "nix-community", 28 + "repo": "nixpkgs.lib", 29 + "type": "github" 30 + } 31 + }, 32 + "root": { 33 + "inputs": { 34 + "nixpkgs": "nixpkgs", 35 + "nixpkgs-lib": "nixpkgs-lib" 36 + } 37 + } 38 + }, 39 + "root": "root", 40 + "version": 7 41 + }
+14
flake.nix
··· 1 + { 2 + inputs = { 3 + nixpkgs-lib.url = "github:nix-community/nixpkgs.lib"; 4 + }; 5 + 6 + outputs = 7 + { nixpkgs, ... }: 8 + let 9 + inherit (nixpkgs) lib; 10 + in 11 + lib.mapAttrs' (name: _type: lib.nameValuePair (lib.removeSuffix ".webp" name) ./images/${name}) ( 12 + builtins.readDir ./images 13 + ); 14 + }
images/abstract.webp

This is a binary file and will not be displayed.

images/after-the-rain.webp

This is a binary file and will not be displayed.

images/mountain-range.webp

This is a binary file and will not be displayed.

images/pink-blossom.webp

This is a binary file and will not be displayed.

images/pink-flower-catpuccin.webp

This is a binary file and will not be displayed.

images/purple-night.webp

This is a binary file and will not be displayed.

images/rain-night.webp

This is a binary file and will not be displayed.

images/sharp-pink-flowers.webp

This is a binary file and will not be displayed.

images/sunset.webp

This is a binary file and will not be displayed.