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