mirror of
https://codeberg.org/muon/home.git
synced 2025-12-06 08:07:45 +00:00
14 lines
195 B
Nix
14 lines
195 B
Nix
{ pkgs, lib, ... }: {
|
|
imports = [
|
|
./containers
|
|
./gaming
|
|
./docker
|
|
|
|
./media.nix
|
|
./sync.nix
|
|
./wireguard.nix
|
|
./headscale.nix
|
|
./photoprism.nix
|
|
./nginx.nix
|
|
];
|
|
}
|