mirror of
https://github.com/Superredstone/nixos.git
synced 2026-06-17 15:24:39 +02:00
Added Mangohud for frame cap
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
{ ... }:
|
||||
{
|
||||
programs.mangohud = {
|
||||
enable = true;
|
||||
settings = {
|
||||
fps_limit = 75;
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user