Add initial prototype of NixOS module

Signed-off-by: Danila Fedorin <danila.fedorin@gmail.com>
This commit is contained in:
2025-12-27 09:06:16 +00:00
parent 2d17c8cdfb
commit fda16de4fa
2 changed files with 74 additions and 1 deletions

View File

@@ -23,5 +23,7 @@
packages = { inherit joann-pupper-bot; };
defaultPackage = joann-pupper-bot;
}
);
) // {
nixosModules.joann-pupper-bot = import ./module.nix;
};
}