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