nixfiles/flake/default.nix

9 lines
113 B
Nix

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