ooknet/home/modules/desktop/productivity/default.nix
2024-07-15 20:53:35 +12:00

9 lines
68 B
Nix

{ ... }:
{
imports = [
./office
./notes
./pdf
];
}