nixos-config/modules/system/default.nix

3 lines
84 B
Nix

{ pkgs, config, lib, modulesPath, ... }: {
imports = [ ./boot ./core ./nixos ];
}