dotfiles.nix/flake-parts/nixos/default.nix

6 lines
57 B
Nix

{
imports = [
./hosts.nix
./modules.nix
];
}