dotfiles/home/modules/gui/apps/gaming/heroic/default.nix

13 lines
120 B
Nix
Raw Normal View History

2025-01-19 23:40:54 -06:00
{
pkgs,
...
}:
{
home.packages = builtins.attrValues {
inherit (pkgs)
heroic
gogdl
;
};
}