This commit is contained in:
Daniel Langbein 2024-09-24 16:17:52 +02:00
parent 310d3a8709
commit 538c6b6e08
Signed by: langfingaz
GPG Key ID: 6C47C753F0823002

View File

@ -1,7 +1,8 @@
{ pkgs, lib }: { pkgs, lib }:
let let
# TODO use formula: 1920×16÷9÷3×2
# Width of our display. # Width of our display.
max-width = "1920"; max-width = "2276";
in in
pkgs.stdenv.mkDerivation rec{ pkgs.stdenv.mkDerivation rec{
name = "yoda-wallpaper"; name = "yoda-wallpaper";