mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 21:01:34 +01:00
Install mangohud alongside steam
This commit is contained in:
parent
8f988fde31
commit
27aede6f31
1 changed files with 3 additions and 1 deletions
|
|
@ -10,7 +10,7 @@
|
|||
config = lib.mkIf config.myConfig.steam.enable {
|
||||
programs = {
|
||||
steam.enable = true;
|
||||
|
||||
|
||||
gamemode = {
|
||||
enable = true;
|
||||
settings.custom = {
|
||||
|
|
@ -19,5 +19,7 @@
|
|||
};
|
||||
};
|
||||
};
|
||||
|
||||
environment.systemPackages = [ pkgs.mangohud ];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue