This commit is contained in:
Chris Cochrun 2025-11-20 10:50:53 -06:00
parent 04ff90b9a0
commit b2c421ef54
8 changed files with 428 additions and 176 deletions

View file

@ -7,13 +7,13 @@ let
lib,
}:
let
version = "0.1.6.6";
version = "0.1.7.1";
pname = "Jackify";
id = "com.jackify.app";
src = fetchurl {
url = "https://github.com/Omni-guides/Jackify/releases/download/v${version}/${pname}.AppImage";
hash = "sha256-4BLqhmZC/ltom0rTzJpYUvHdn6WzUwS4UYo9TZAhFBI=";
hash = "sha256-HMo3Im+5Z5CrFAeNGqzUt+Jkrd2c0i7BnThqknYQ4vU=";
};
appimageContents = appimageTools.extract { inherit pname version src; };
@ -26,7 +26,7 @@ let
(with pkgs; [
icu
zstd
protontricks
# protontricks
]);
extraInstallCommands = ''
@ -93,11 +93,11 @@ with lib;
};
# Warning: GPU optimisations have the potential to damage hardware
gpu = {
apply_gpu_optimisations = "accept-responsibility";
gpu_device = 1;
amd_performance_level = "high";
};
# gpu = {
# apply_gpu_optimisations = "accept-responsibility";
# gpu_device = 1;
# amd_performance_level = "high";
# };
custom = {
start = "${pkgs.libnotify}/bin/notify-send 'GameMode started'";
@ -111,8 +111,8 @@ with lib;
heroic
protonup-qt
winePackages.waylandFull
winetricks
protontricks
# winetricks
# protontricks
zstd
(pkgs.callPackage jackify {})
# gamescope