nixos-config/modules/flake-parts/setups/default.nix

8 lines
79 B
Nix

{
imports = [
./nixos.nix
./nixvim.nix
./home-manager.nix
];
}