3 lines
84 B
Nix
3 lines
84 B
Nix
{ pkgs, config, lib, modulesPath, ... }: {
|
|
imports = [ ./boot ./core ./nixos ];
|
|
}
|