20 lines
326 B
Nix
20 lines
326 B
Nix
{ ... }: {
|
|
imports = [
|
|
./samba
|
|
./apps/collabora
|
|
# ./apps/dashy
|
|
./apps/discover-wrapped
|
|
./apps/homepage
|
|
./apps/jellyfin
|
|
./apps/jellyseerr
|
|
./apps/mariadb
|
|
./apps/nextcloud
|
|
./apps/orca-slicer
|
|
./apps/radarr
|
|
./apps/sabnzbd
|
|
./apps/sonarr
|
|
./apps/swag
|
|
./apps/vscode
|
|
];
|
|
}
|