move prismlauncher under gaming option and add mangohud
This commit is contained in:
@@ -14,5 +14,12 @@
|
||||
gamescope
|
||||
];
|
||||
};
|
||||
home.packages = with pkgs; [
|
||||
(prismlauncher.overrideAttrs (final: prev: {
|
||||
qtWrapperArgs = prev.qtWrapperArgs ++ [
|
||||
"--prefix XDG_DATA_DIRS : ${mangohud}/share"
|
||||
];
|
||||
}))
|
||||
];
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user