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