Files
dotfiles/nixos/tako/services/matrix/default.nix
servius c2e4fbb59f
All checks were successful
Flake checker / Build Nix targets (push) Successful in 9m24s
chore: move cinny to a different file
2026-02-24 20:22:14 +05:30

8 lines
87 B
Nix

{...}: {
imports = [
./tuwunel.nix
# ./signal.nix
# ./discord.nix
];
}