mangohud to extrapackages of steam

This commit is contained in:
2025-07-13 04:40:02 +02:00
parent 191fee893c
commit 6f03189b3f
+3 -1
View File
@@ -6,7 +6,9 @@
config = lib.mkIf config.lumpiastyHome.gaming {
programs.lutris = {
enable = true;
steamPackage = pkgs.steam;
steamPackage = pkgs.steam.override {
extraPkgs = pkgs': with pkgs'; [ mangohud ];
};
extraPackages = with pkgs; [
mangohud
];