nixos-config/base/default.nix

9 lines
83 B
Nix

{ ... }:
{
imports = [
./networking.nix
./nix.nix
./users.nix
];
}