mirror of
https://github.com/CHN-beta/nixos.git
synced 2026-01-12 01:29:24 +08:00
modules.hardware.asus: disable supergfxd
This commit is contained in:
@@ -4,7 +4,11 @@ inputs:
|
||||
{ type = types.nullOr (types.submodule {}); default = null; };
|
||||
config = let inherit (inputs.config.nixos.hardware) asus; in inputs.lib.mkIf (asus != null)
|
||||
{
|
||||
services.asusd = { enable = true; enableUserService = true; asusdConfig.source = ./asusd.ron; };
|
||||
services =
|
||||
{
|
||||
asusd = { enable = true; enableUserService = true; asusdConfig.source = ./asusd.ron; };
|
||||
supergfxd.enable = false;
|
||||
};
|
||||
programs.rog-control-center = { enable = true; autoStart = true; };
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user