dotfiles/modules/flake/default.nix

9 lines
107 B
Nix

{...}: {
imports = [
./hosts.nix
./homes.nix
./args.nix
./formatter.nix
./lib
];
}