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

10 lines
78 B
Nix

{
config,
lib,
pkgs,
...
}: {
imports = [
./obsidian.nix
];
}