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