Add MangoHud module and enable it on hosts

Introduce a new `mangohud.nix` module with sensible defaults, import it
in
`modules/home/default.nix`, and add a `mangohud.enable` flag to the host
configurations (enabled for desktop and laptop, disabled for the default
host).

Comment out the default Gamescope arguments in `modules/core/steam.nix`
and
add a reference command line that includes the MangoHud flag.
This commit is contained in:
2026-06-14 16:53:27 +02:00
parent b4f1d2381a
commit 4eba766188
6 changed files with 86 additions and 8 deletions
+1
View File
@@ -24,6 +24,7 @@ _: {
./gtk.nix
./kdeConnect.nix
./lutris.nix
./mangohud.nix
./nextcloud.nix
./obs-studio.nix
./ollama.nix