mio-ops/profiles/typingTutor.nix

12 lines
335 B
Nix
Raw Permalink Normal View History

2021-05-21 05:14:16 +00:00
# NixOps typing tutorials
2022-03-07 14:26:15 +00:00
{pkgs, ...}: {
2021-05-21 05:14:16 +00:00
environment = {
systemPackages = with pkgs; [
2021-11-16 04:57:23 +00:00
gtypist # Universal typing tutor
klavaro # Free touch typing tutor program
tuxtype # Educational Typing Tutor Game Starring Tux, the Linux Penguin
terminal-typeracer # Terminal based version of Typeracer
2021-05-21 05:14:16 +00:00
];
};
}