mirror of
https://github.com/Superredstone/nixos.git
synced 2026-06-17 15:24:39 +02:00
feat(home): enable mangohud only on gaming systems
This commit is contained in:
+2
-2
@@ -1,7 +1,7 @@
|
|||||||
{ ... }:
|
{ gamingSystem, ... }:
|
||||||
{
|
{
|
||||||
programs.mangohud = {
|
programs.mangohud = {
|
||||||
enable = true;
|
enable = gamingSystem;
|
||||||
settings = {
|
settings = {
|
||||||
fps_limit = 75;
|
fps_limit = 75;
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user