dotfiles/modules/flake/default.nix

7 lines
81 B
Nix

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