mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-28 13:29:17 -05:00
hw/asus/a16: add asusd and rog-control-center
This commit is contained in:
parent
220e336597
commit
dd96ce155a
|
@ -19,6 +19,7 @@
|
|||
};
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
asusctl
|
||||
supergfxctl
|
||||
];
|
||||
|
||||
|
@ -31,5 +32,10 @@
|
|||
};
|
||||
};
|
||||
|
||||
services.supergfxd.enable = true;
|
||||
programs.rog-control-center.enable = true;
|
||||
|
||||
services = {
|
||||
asusd.enable = true;
|
||||
supergfxd.enable = true;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue