1
0
Fork 0
nixos-config/home-manager/roles/accounting.nix

4 lines
77 B
Nix
Raw Normal View History

2022-03-08 01:42:46 +00:00
{pkgs, ...}: {
2020-07-03 13:18:43 +00:00
home.packages = builtins.attrValues pkgs.accounting-pkgs;
}