nixfiles/flake/default.nix

10 lines
115 B
Nix

{...}: {
imports = [
./packages.nix
./home.nix
./system.nix
./meta.nix
./overlays.nix
];
}