mirror of
https://git.sr.ht/~magic_rb/dotfiles
synced 2024-11-22 08:04:20 +01:00
Add gamescope and mangohud directly into steams FHSEnv
Signed-off-by: Magic_RB <magic_rb@redalder.org>
This commit is contained in:
parent
0328687755
commit
365fd41adc
|
@ -3,12 +3,21 @@
|
|||
programs.gamemode.enable = true;
|
||||
|
||||
environment.systemPackages = [
|
||||
pkgs.mangohud
|
||||
];
|
||||
|
||||
programs.steam = {
|
||||
enable = true;
|
||||
remotePlay.openFirewall = true;
|
||||
package = pkgs.steam-small.override {
|
||||
extraPkgs = p: with p; [
|
||||
p.gamescope
|
||||
p.mangohud
|
||||
];
|
||||
extraLibraries = p: with p; [
|
||||
p.libkrb5
|
||||
p.keyutils
|
||||
];
|
||||
};
|
||||
};
|
||||
|
||||
services.udev.extraRules = ''
|
||||
|
|
Loading…
Reference in a new issue