Files
dotfiles/nixos/ryu/services/openrgb.nix
uttarayan21 65f57743dd feat: Enable hdr in hyprland
Signed-off-by: uttarayan21 <email@uttarayan.me>
2025-05-16 13:08:30 +05:30

6 lines
67 B
Nix

{...}: {
services = {
hardware.openrgb.enable = true;
};
}