nix-conf/system/dev/dn-pre7780/games/heroic.nix
2026-01-10 12:46:40 +08:00

10 lines
128 B
Nix
Executable file

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