omniflake/home/profiles/desktop-full.nix
2026-03-05 09:11:17 +01:00

15 lines
180 B
Nix

{ ... }:
{
imports = [
./desktop-slim.nix
../messaging.nix
../r.nix
../tex.nix
../mail
../office-gui.nix
../office-cli.nix
../aichat.nix
];
}