mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-22 09:14:24 +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 {
|
config = lib.mkIf config.myConfig.steam.enable {
|
||||||
programs = {
|
programs = {
|
||||||
steam.enable = true;
|
steam.enable = true;
|
||||||
|
|
||||||
gamemode = {
|
gamemode = {
|
||||||
enable = true;
|
enable = true;
|
||||||
settings.custom = {
|
settings.custom = {
|
||||||
|
|
@ -19,5 +19,7 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
environment.systemPackages = [ pkgs.mangohud ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue