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