omniflake/home/desktop-full.nix
2026-02-27 21:41:24 +01:00

15 lines
173 B
Nix

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