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

7 lines
65 B
Nix

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