15 lines
173 B
Nix
15 lines
173 B
Nix
{ ... }:
|
|
|
|
{
|
|
imports = [
|
|
./desktop-slim.nix
|
|
|
|
./messaging.nix
|
|
./r.nix
|
|
./tex.nix
|
|
./mail
|
|
./office-gui.nix
|
|
./office-cli.nix
|
|
./aichat.nix
|
|
];
|
|
}
|