feat(home): enable mangohud only on gaming systems

This commit is contained in:
2026-05-22 18:30:14 +02:00
parent 853b018d54
commit 5703190fc1
+2 -2
View File
@@ -1,7 +1,7 @@
{ ... }:
{ gamingSystem, ... }:
{
programs.mangohud = {
enable = true;
enable = gamingSystem;
settings = {
fps_limit = 75;
};