8 lines
143 B
Nix
Executable File
8 lines
143 B
Nix
Executable File
{
|
|
within = {
|
|
shell = import ./services/shell.nix;
|
|
gnome = import ./services/gnome.nix;
|
|
zed = import ./submodules/zed.nix;
|
|
};
|
|
}
|