13 lines
124 B
Nix
13 lines
124 B
Nix
|
{ ... }:
|
||
|
|
||
|
{
|
||
|
imports = [
|
||
|
./core.nix
|
||
|
./automount.nix
|
||
|
./mime.nix
|
||
|
./gnome
|
||
|
./shell
|
||
|
./programs
|
||
|
];
|
||
|
}
|