dotfiles.nix/flake-parts/default.nix

8 lines
86 B
Nix

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