nix/moduler/kitchenowl.nix
2025-09-09 21:02:29 +02:00

7 lines
77 B
Nix

{ lib, config, pkgs, ... }:
let
cfg = config.services.kitchenowl;
in
{
}