mirror of
https://github.com/Superredstone/nixos.git
synced 2026-03-08 04:38:06 +01:00
10 lines
96 B
Nix
10 lines
96 B
Nix
{ ... }:
|
|
{
|
|
programs.mangohud = {
|
|
enable = true;
|
|
settings = {
|
|
fps_limit = 75;
|
|
};
|
|
};
|
|
}
|