This repository has been archived on 2024-04-14. You can view files and clone it, but cannot push or open issues or pull requests.
nixos-dotfiles/system/services/udev/default.nix

6 lines
73 B
Nix
Raw Normal View History

2023-10-08 10:51:15 +01:00
{pkgs, ...}: {
2023-08-26 10:32:53 +01:00
services.udev = {
2023-10-08 10:51:15 +01:00
packages = [pkgs.openrgb];
2023-08-26 10:32:53 +01:00
};
}