Add bunch more programs / services modularly
This commit is contained in:
8
system/hardware/openrgb.nix
Normal file
8
system/hardware/openrgb.nix
Normal file
@@ -0,0 +1,8 @@
|
||||
{ config, lib, pkgs, ... }:
|
||||
|
||||
{
|
||||
environment.systemPackages = [ pkgs.openrgb-with-all-plugins ];
|
||||
services.hardware.openrgb = {
|
||||
enable = true;
|
||||
};
|
||||
}
|
Reference in New Issue
Block a user