Files
nix/modules/holocron/default.nix
2025-10-14 20:45:55 -05:00

17 lines
176 B
Nix

{
pkgs,
config,
lib,
inputs,
...
}: {
# services show up in glance in reverse import order lmao
imports = [
./nfs
./smb
./zfs
./copyparty
];
}