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

16 lines
240 B
Nix

{...}: {
imports = [
# ./ollama.nix
# ./rsyncd.nix
# ./sunshine.nix
# ./zerotier.nix
./tailscale.nix
./samba.nix
./mullvad.nix
./openrgb.nix
];
services = {
# hardware.openrgb.enable = true;
};
}