feat: add mangohud and gamemode
This commit is contained in:
parent
c786a5e7d1
commit
ad913d0504
1 changed files with 6 additions and 1 deletions
|
|
@ -1,5 +1,10 @@
|
||||||
{ config, lib, ... }: lib.mkIf config.bchmnn.games.enable {
|
{ pkgs, config, lib, ... }: lib.mkIf config.bchmnn.games.enable {
|
||||||
programs.steam = {
|
programs.steam = {
|
||||||
enable = true;
|
enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
environment.systemPackages = with pkgs; [
|
||||||
|
mangohud
|
||||||
|
gamemode
|
||||||
|
];
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue