From d90d47072cd09392ead7304cd3e53d8a6e85d54b Mon Sep 17 00:00:00 2001 From: Harald Hoyer Date: Fri, 31 Jan 2025 15:58:12 +0100 Subject: [PATCH] feat: add typing practice tools to system packages Include klavaro and tipp10 in the system package list. These additions provide tools for users to improve their typing skills. --- systems/x86_64-linux/x1/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/systems/x86_64-linux/x1/default.nix b/systems/x86_64-linux/x1/default.nix index 5d9e0d1..97b8b0e 100644 --- a/systems/x86_64-linux/x1/default.nix +++ b/systems/x86_64-linux/x1/default.nix @@ -37,6 +37,8 @@ with lib.metacfg; attic-client ollama piper + klavaro + tipp10 ]; zramSwap.enable = true;