ooknet/home/modules/desktop/productivity/default.nix

9 lines
73 B
Nix

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