Files
dotfiles/nixos/ryu/services/default.nix
uttarayan21 29c5206168 feat: weylus
2025-07-18 18:03:02 +05:30

20 lines
322 B
Nix

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