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"
|
||||
];
|
||||
}))
|
||||
];
|
||||
};
|
||||
}
|
||||
@@ -10,7 +10,6 @@
|
||||
pass-wayland
|
||||
teamspeak_client
|
||||
easyeffects
|
||||
prismlauncher
|
||||
libreoffice-qt6-fresh
|
||||
vlc
|
||||
inkscape
|
||||
|
||||
Reference in New Issue
Block a user