9 lines
73 B
Nix
9 lines
73 B
Nix
{ lib, ... }:
|
|
|
|
{
|
|
imports = [
|
|
./office
|
|
./notes
|
|
./pdf
|
|
];
|
|
}
|