mirror of
https://github.com/CHN-beta/nixos.git
synced 2026-01-12 01:29:24 +08:00
modules.hardware.asus: disable rog-control-center autoStart
This commit is contained in:
@@ -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;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user