dotfiles/home/modules/gui/apps/tools/ledger/default.nix
2025-01-20 23:33:35 -06:00

11 lines
121 B
Nix
Executable file

{
pkgs,
...
}:
{
home.packages = builtins.attrValues {
inherit (pkgs)
ledger-live-desktop
;
};
}