about summary refs log tree commit diff
diff options
context:
space:
mode:
authorVincent Ambo <mail@tazj.in>2023-07-14T14·35+0300
committerclbot <clbot@tvl.fyi>2023-07-14T15·28+0000
commitfec80fe720a89fe47d4de3811fbca4d57820286a (patch)
tree16a99b777b72a9a0ece3d599b41c12bd98f29742
parent80fe7ff7da144bee1c92e1cc63f5bf0d1a45e777 (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>
-rw-r--r--users/tazjin/nixos/modules/physical.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/users/tazjin/nixos/modules/physical.nix b/users/tazjin/nixos/modules/physical.nix
index 8f2972c45c..d74bcdb7fe 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