9 lines
131 B
Nix
9 lines
131 B
Nix
{ config, pkgs, ... }:
|
|
|
|
{
|
|
imports =
|
|
[ # Include the results of the hardware scan.
|
|
./john.nix
|
|
./jill.nix
|
|
];
|
|
}
|