steam gamescope n wallpaper
This commit is contained in:
parent
d4375b84a8
commit
f8fbf1acf6
14 changed files with 147 additions and 72 deletions
|
@ -3,4 +3,6 @@
|
|||
plex-exporter = import ./plex-exporter.nix { inherit pkgs; };
|
||||
beyond-all-reason = import ./beyond-all-reason.nix { inherit pkgs; };
|
||||
mspaint = import ./mspaint { inherit pkgs; };
|
||||
wallpaper = import ./wallpaper { inherit pkgs; };
|
||||
}
|
||||
|
10
pkgs/wallpaper/default.nix
Normal file
10
pkgs/wallpaper/default.nix
Normal file
|
@ -0,0 +1,10 @@
|
|||
{ pkgs, ... }: pkgs.stdenvNoCC.mkDerivation {
|
||||
name = "wallpaper";
|
||||
version = "0.0.1";
|
||||
|
||||
src = ./.;
|
||||
|
||||
buildPhase = ''
|
||||
cp ./wallpaper.png $out
|
||||
'';
|
||||
}
|
BIN
pkgs/wallpaper/wallpaper.png
Normal file
BIN
pkgs/wallpaper/wallpaper.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.2 MiB |
Loading…
Add table
Add a link
Reference in a new issue