diff --git a/launcher/main.go b/launcher/main.go index 6dcc41e..3570d3c 100644 --- a/launcher/main.go +++ b/launcher/main.go @@ -198,6 +198,11 @@ func Run(cmd *cobra.Command, args []string) error { desc: "grow a plant in your terminal", exec: "botany", }, + Program{ + title: "nethack", + desc: "80s console roguelike", + exec: "nethack", + }, Program{ title: "nsnake", desc: "ncurses snake game",