Nyx-Modules/Modules/Home/GUI-Apps/Office/default.nix

11 lines
94 B
Nix

{
config,
lib,
pkgs,
...
}: {
imports = [
./Knowledge
./Productivity
];
}