blob: 14762c92a0bf2fc078ff490f818562ddb0f11dde (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
{config, ...}: {
imports = [
./boot
./users # this needs to be before fileSystemLayouts
./fileSystemLayouts
./font
./impermanence
./locale
#./packages
./sound
];
}
|