omniflake/home/desktop-full.nix
2026-01-28 14:00:40 +01:00

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
];
}