Initial template repo
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
hardware = {
|
||||
i2c.enable = true;
|
||||
steam-hardware.enable = true;
|
||||
};
|
||||
|
||||
services = {
|
||||
hardware.openrgb.enable = true;
|
||||
ratbagd.enable = true;
|
||||
};
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
openrgb
|
||||
pciutils
|
||||
piper
|
||||
solaar
|
||||
usbutils
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user