mirror of
https://github.com/Superredstone/nixos.git
synced 2026-08-19 11:48:57 +02:00
feat(mangohud): incresed fps limit to 180
This commit is contained in:
+1
-1
@@ -3,7 +3,7 @@
|
||||
programs.mangohud = {
|
||||
enable = gamingSystem;
|
||||
settings = {
|
||||
fps_limit = 75;
|
||||
fps_limit = 180;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user