dotfiles/modules/home/cli/utilities/ngrrram/default.nix

12 lines
109 B
Nix
Raw Normal View History

2025-02-17 16:29:19 -06:00
{
pkgs,
...
}:
{
home.packages = builtins.attrValues {
inherit (pkgs)
ngrrram
;
};
}