From c3d89a61517dac8e476a2280b96da72adb78d65a Mon Sep 17 00:00:00 2001 From: Dmitriy Kholkin Date: Wed, 12 Feb 2025 22:01:47 +0300 Subject: [PATCH] remove umu-launcher --- profiles/applications/games/wine-games.nix | 2 +- profiles/overlay.nix | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/profiles/applications/games/wine-games.nix b/profiles/applications/games/wine-games.nix index c429683..16a2446 100644 --- a/profiles/applications/games/wine-games.nix +++ b/profiles/applications/games/wine-games.nix @@ -6,7 +6,7 @@ pkgs.osu-lazer-bin pkgs.protonup-qt pkgs.realrtcw - pkgs.umu-launcher + # pkgs.umu-launcher pkgs.wine ]; persist.state.homeDirectories = [ diff --git a/profiles/overlay.nix b/profiles/overlay.nix index 31f6b25..3079dda 100644 --- a/profiles/overlay.nix +++ b/profiles/overlay.nix @@ -20,7 +20,7 @@ with lib; { attic-client = inputs.attic.packages.${system}.attic; attic-server = inputs.attic.packages.${system}.attic-server; cassowary-py = inputs.cassowary.packages.${system}.cassowary; - heroic = (prev.heroic.override { extraPkgs = pkgs: [ final.umu-launcher ]; }); + # heroic = (prev.heroic.override { extraPkgs = pkgs: [ final.umu-launcher ]; }); nix-alien = inputs.nix-alien.packages.${system}.nix-alien; nix-fast-build = inputs.nix-fast-build.packages.${system}.default; nix-index-update = inputs.nix-alien.packages.${system}.nix-index-update; @@ -35,7 +35,7 @@ with lib; { steam = prev.steam.override { extraPkgs = pkgs: with pkgs; [ mono libkrb5 keyutils ]; }; - umu-launcher = inputs.umu.packages.${system}.umu; + # umu-launcher = inputs.umu.packages.${system}.umu; wine = prev.wineWow64Packages.stagingFull; intel-vaapi-driver = prev.intel-vaapi-driver.override { enableHybridCodec = true; };