New picture
This commit is contained in:
parent
91dc4c99ab
commit
efd4a35210
|
@ -1,14 +1,14 @@
|
||||||
{ description = "A collection of wallpapers";
|
{ description = "A collection of wallpapers";
|
||||||
inputs = {
|
inputs = {
|
||||||
nixpkgs.url = github:nixos/nixpkgs/nixos-unstable;
|
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
|
||||||
flake-utils.url = github:numtide/flake-utils;
|
flake-utils.url = "github:numtide/flake-utils";
|
||||||
};
|
};
|
||||||
outputs = { self, nixpkgs, flake-utils}:
|
outputs = { self, nixpkgs, flake-utils}:
|
||||||
flake-utils.lib.eachDefaultSystem (system:
|
flake-utils.lib.eachDefaultSystem (system:
|
||||||
let pkgs = import nixpkgs { inherit system; };
|
let pkgs = import nixpkgs { inherit system; };
|
||||||
in {
|
in {
|
||||||
packages = rec {
|
packages = {
|
||||||
default = pkgs.stdenv.mkDerivation rec {
|
default = pkgs.stdenv.mkDerivation {
|
||||||
pname = "wallpapers";
|
pname = "wallpapers";
|
||||||
version = "0.0";
|
version = "0.0";
|
||||||
src = ./src;
|
src = ./src;
|
||||||
|
|
BIN
src/share/wallpapers/Xenofish - Flashback - Wallpaper.png
Normal file
BIN
src/share/wallpapers/Xenofish - Flashback - Wallpaper.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 8.8 MiB |
Loading…
Reference in a new issue