nixos-config/home/programs/games/heroic.nix
2025-01-12 15:48:32 +01:00

3 lines
56 B
Nix

{pkgs, ...}: {
home.packages = with pkgs; [heroic];
}