From 538c6b6e08fd7fdb24a970beacc771fb12f73048 Mon Sep 17 00:00:00 2001 From: Daniel Langbein Date: Tue, 24 Sep 2024 16:17:52 +0200 Subject: [PATCH] add todo --- modules/wallpaper.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/wallpaper.nix b/modules/wallpaper.nix index c16b3ea..d3ef044 100644 --- a/modules/wallpaper.nix +++ b/modules/wallpaper.nix @@ -1,7 +1,8 @@ { pkgs, lib }: let + # TODO use formula: 1920×16÷9÷3×2 # Width of our display. - max-width = "1920"; + max-width = "2276"; in pkgs.stdenv.mkDerivation rec{ name = "yoda-wallpaper";