dotfiles.nix/flake-parts/default.nix

10 lines
117 B
Nix

{
imports = [
./apps.nix
./home-manager
./lib
./nixos
./overlays.nix
./packages.nix
];
}