Flake: Update inputs

This commit is contained in:
Zeph Levy 2026-02-16 13:18:46 +01:00
parent b7e0418d2c
commit 87db62a37c
4 changed files with 15 additions and 15 deletions

View file

@ -35,7 +35,7 @@
"surge-xt" = {
name = "Surge XT";
exec = "\"${pkgs.surge-XT}/bin/Surge XT\"";
exec = "\"${pkgs.surge-xt}/bin/Surge XT\"";
terminal = false;
};

View file

@ -44,6 +44,6 @@
ELECTRON_OZONE_PLATFORM_HINT = "wayland";
GDK_BACKEND = "wayland";
SURGE_CLAP = "${pkgs.surge-XT}/lib/clap";
SURGE_CLAP = "${pkgs.surge-xt}/lib/clap";
};
}