nixos-config/modules/system/default.nix

9 lines
85 B
Nix
Raw Normal View History

2021-10-05 23:45:02 +02:00
{ pkgs, config, lib, ... }:
{
imports = [
./boot
./core
./nixos
];
}