uuugh, f google, hopefully ladybird will be good...

This commit is contained in:
Chris Kruining 2025-04-20 21:55:32 +02:00
parent 8eb6ad2fef
commit 88489339c0
Signed by: chris
SSH key fingerprint: SHA256:nG82MUfuVdRVyCKKWqhY+pCrbz9nbX6uzUns4RKa1Pg
3 changed files with 6 additions and 4 deletions

View file

@ -1,4 +1,4 @@
{ pkgs, lib, inputs }: let
{ pkgs, inputs }: let
inherit (builtins) fetchurl;
inherit (pkgs) makeDesktopItem wineWowPackages;
inherit (inputs.erosanix.lib.x86_64-linux) mkWindowsApp makeDesktopIcon;
@ -54,9 +54,9 @@ in mkWindowsApp rec {
config_dir="$HOME/.config/studio"
mkdir -p "$d"
wine ${src}
mkdir -p "$config_dir"
wine ${src}
'';
winAppPreRun = '''';
@ -92,7 +92,7 @@ in mkWindowsApp rec {
src = ./studio.png;
};
meta = with lib; {
meta = {
description = "App for creating lego builds";
homepage = "https://www.bricklink.com/v3/studio/main.page";
license = "";