diff options
author | Vincent Ambo <mail@tazj.in> | 2023-07-14T14·35+0300 |
---|---|---|
committer | clbot <clbot@tvl.fyi> | 2023-07-14T15·28+0000 |
commit | fec80fe720a89fe47d4de3811fbca4d57820286a (patch) | |
tree | 16a99b777b72a9a0ece3d599b41c12bd98f29742 /users | |
parent | 80fe7ff7da144bee1c92e1cc63f5bf0d1a45e777 (diff) |
feat(tazjin/nixos): put `aspell` on physical machines r/6427
Change-Id: I98421d13f64fa402a44d3ae78eb0eb941fb70d40 Reviewed-on: https://cl.tvl.fyi/c/depot/+/8967 Autosubmit: tazjin <tazjin@tvl.su> Tested-by: BuildkiteCI Reviewed-by: tazjin <tazjin@tvl.su>
Diffstat (limited to 'users')
-rw-r--r-- | users/tazjin/nixos/modules/physical.nix | 1 |
1 files changed, 1 insertions, 0 deletions
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 |