diff --git a/flake.nix b/flake.nix index ca67619..653d583 100644 --- a/flake.nix +++ b/flake.nix @@ -74,10 +74,6 @@ url = "github:nix-community/srvos"; inputs.nixpkgs.follows = "nixpkgs"; }; - umu = { - url = "git+https://github.com/Open-Wine-Components/umu-launcher/?dir=packaging\/nix&submodules=1"; - # inputs.nixpkgs.follows = "nixpkgs"; - }; chaotic.url = "github:chaotic-cx/nyx/nyxpkgs-unstable"; }; diff --git a/profiles/applications/games/wine-games.nix b/profiles/applications/games/wine-games.nix index 16a2446..c429683 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 d2893a7..3ef3d5a 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; @@ -37,7 +37,6 @@ with lib; { steam = prev.steam.override { extraPkgs = pkgs: with pkgs; [ mono libkrb5 keyutils ]; }; - # umu-launcher = inputs.umu.packages.${system}.umu; wine = prev.wineWow64Packages.stagingFull; intel-vaapi-driver = prev.intel-vaapi-driver.override { enableHybridCodec = true; };