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