From fec80fe720a89fe47d4de3811fbca4d57820286a Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Fri, 14 Jul 2023 17:35:08 +0300 Subject: feat(tazjin/nixos): put `aspell` on physical machines Change-Id: I98421d13f64fa402a44d3ae78eb0eb941fb70d40 Reviewed-on: https://cl.tvl.fyi/c/depot/+/8967 Autosubmit: tazjin Tested-by: BuildkiteCI Reviewed-by: tazjin --- users/tazjin/nixos/modules/physical.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'users/tazjin/nixos') diff --git a/users/tazjin/nixos/modules/physical.nix b/users/tazjin/nixos/modules/physical.nix index 8f2972c45cba..d74bcdb7fe60 100644 --- a/users/tazjin/nixos/modules/physical.nix +++ b/users/tazjin/nixos/modules/physical.nix @@ -17,6 +17,7 @@ in # programs from nixpkgs (with pkgs; [ + (aspellWithDicts (d: [ d.ru ])) amber bat curl -- cgit 1.4.1