From fa79d09812f247cc0c3c3a99e2e492343c781de2 Mon Sep 17 00:00:00 2001 From: Crony Akatsuki Date: Sun, 25 Jan 2026 10:36:33 +0100 Subject: [PATCH] feat: no need for gamescoe and mangohud git versions. --- modules/linux/home-manager/mangohud.nix | 1 - modules/linux/nixos/gaming.nix | 4 ---- 2 files changed, 5 deletions(-) diff --git a/modules/linux/home-manager/mangohud.nix b/modules/linux/home-manager/mangohud.nix index 4a6c016..c97559b 100644 --- a/modules/linux/home-manager/mangohud.nix +++ b/modules/linux/home-manager/mangohud.nix @@ -12,7 +12,6 @@ # Setup nice view for mangohud programs.mangohud = { enable = true; - package = pkgs.mangohud_git; settings = { af = "16"; background_alpha = lib.mkForce 0.2; diff --git a/modules/linux/nixos/gaming.nix b/modules/linux/nixos/gaming.nix index 2f15c18..7ae9669 100644 --- a/modules/linux/nixos/gaming.nix +++ b/modules/linux/nixos/gaming.nix @@ -12,14 +12,10 @@ # Install steam programs.steam = { enable = true; - extraCompatPackages = [ - pkgs.proton-ge-custom - ]; }; # Enable gamescope programs.gamescope = { enable = true; - package = pkgs.gamescope_git; }; # Install gamemode