about summary refs log tree commit diff
path: root/programs/duckling-proxy.nix
blob: 248325c9b7fdbfbe8f6734b2e4b018a9867e3374 (plain)
1
2
3
4
{ pkgs, ... }:
{
  home.packages = [ pkgs.nur.repos.pn.duckling-proxy ];
}