steam gamescope n wallpaper

This commit is contained in:
41666 2025-03-30 22:00:44 -07:00
parent d4375b84a8
commit f8fbf1acf6
14 changed files with 147 additions and 72 deletions

View file

@ -0,0 +1,10 @@
{ pkgs, ... }: pkgs.stdenvNoCC.mkDerivation {
name = "wallpaper";
version = "0.0.1";
src = ./.;
buildPhase = ''
cp ./wallpaper.png $out
'';
}