14 lines
156 B
Nix
14 lines
156 B
Nix
{ ... }:
|
|
{
|
|
imports = [
|
|
./editors
|
|
./shell
|
|
./desktop
|
|
./desktop-legacy
|
|
./hardware
|
|
./net
|
|
./input
|
|
./media
|
|
./nix.nix
|
|
];
|
|
}
|