10 lines
97 B
Nix
10 lines
97 B
Nix
{ ... }:
|
|
{
|
|
imports = [
|
|
./font
|
|
./minimal
|
|
./nix
|
|
./security
|
|
./timezone
|
|
];
|
|
}
|