New picture
This commit is contained in:
parent
91dc4c99ab
commit
efd4a35210
|
@ -1,14 +1,14 @@
|
|||
{ description = "A collection of wallpapers";
|
||||
inputs = {
|
||||
nixpkgs.url = github:nixos/nixpkgs/nixos-unstable;
|
||||
flake-utils.url = github:numtide/flake-utils;
|
||||
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 {
|
||||
packages = {
|
||||
default = pkgs.stdenv.mkDerivation {
|
||||
pname = "wallpapers";
|
||||
version = "0.0";
|
||||
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