Files
nix/modules/holocron/default.nix
2025-10-14 10:25:03 -05:00

14 lines
149 B
Nix

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