move prismlauncher under gaming option and add mangohud

This commit is contained in:
2025-08-12 04:31:12 +02:00
parent 9a96b3c8e0
commit d152880051
2 changed files with 7 additions and 1 deletions
+7
View File
@@ -14,5 +14,12 @@
gamescope
];
};
home.packages = with pkgs; [
(prismlauncher.overrideAttrs (final: prev: {
qtWrapperArgs = prev.qtWrapperArgs ++ [
"--prefix XDG_DATA_DIRS : ${mangohud}/share"
];
}))
];
};
}