Files
dotfiles/nixos/ryu/services/default.nix
uttarayan21 8bd6da8f75
Some checks failed
Flake checker / Build Nix targets (push) Has been cancelled
feat(home): add prismlauncher and ida apps, enable ollama service
feat(nixos): enable ollama service with cuda support
fix(nixos): update llama service to use fixed port and remove commented code
chore(home): reorganize app imports and remove unused packages
2025-12-09 17:45:27 +05:30

28 lines
459 B
Nix

{...}: {
imports = [
# ./rsyncd.nix
# ./sunshine.nix
# ./zerotier.nix
# ./dnscrypt.nix
./llama.nix
./ollama.nix
./tailscale.nix
./samba.nix
./mullvad.nix
./openrgb.nix
./command-runner.nix
./resolved.nix
./minecraft.nix
./fwupd.nix
./caddy.nix
./monitoring.nix
./wivrn.nix
./sshd.nix
./fprintd.nix
./handoff.nix
./gstreamer.nix
./dualsense.nix
./openssh.nix
];
}