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