mirror of
https://codeberg.org/muon/home.git
synced 2025-12-05 23:57:46 +00:00
22 lines
322 B
Nix
22 lines
322 B
Nix
{ pkgs, lib, ... }: {
|
|
imports = [
|
|
./containers
|
|
./gaming
|
|
./docker
|
|
./grav
|
|
|
|
./media.nix
|
|
./sync.nix
|
|
./wireguard.nix
|
|
./headscale.nix
|
|
./photoprism.nix
|
|
./search.nix
|
|
./nginx.nix
|
|
./frontends.nix
|
|
./homebox.nix
|
|
./share.nix
|
|
./vault.nix
|
|
./git.nix
|
|
./chat.nix
|
|
];
|
|
}
|