10 lines
109 B
Nix
10 lines
109 B
Nix
{ mod, ... }:
|
|
{
|
|
imports = with mod; [
|
|
boot
|
|
locale
|
|
nix-configuration
|
|
shell
|
|
users
|
|
];
|
|
}
|