mirror of
https://github.com/Superredstone/nixos.git
synced 2026-06-17 15:24:39 +02:00
10 lines
129 B
Nix
10 lines
129 B
Nix
{ gamingSystem, ... }:
|
|
{
|
|
programs.mangohud = {
|
|
enable = gamingSystem;
|
|
settings = {
|
|
fps_limit = 75;
|
|
};
|
|
};
|
|
}
|