nix/host/home/default.nix

9 lines
98 B
Nix

{ ... }: {
imports = [
./Backup.nix
./Container.nix
./Filesystem.nix
./Network.nix
];
}