nixos-config/base/default.nix

10 lines
102 B
Nix

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