modules.hardware.asus: disable rog-control-center autoStart

This commit is contained in:
2025-11-25 13:36:34 +08:00
parent 01f46ccc6a
commit b10e890aa4

View File

@@ -9,6 +9,6 @@ inputs:
asusd = { enable = true; enableUserService = true; asusdConfig.source = ./asusd.ron; };
supergfxd.enable = false;
};
programs.rog-control-center = { enable = true; autoStart = true; };
programs.rog-control-center.enable = true;
};
}