diff options
author | Mark Nipper <nipsy@bitgnome.net> | 2024-04-19 10:47:02 -0700 |
---|---|---|
committer | Mark Nipper <nipsy@bitgnome.net> | 2024-04-19 10:47:02 -0700 |
commit | 159659873a9f4f0a59376a8f34818b22791639c4 (patch) | |
tree | 5a54dd629abd0dda68bef42fa71b6c0e393c90b6 /hosts/common/optional/misc.nix | |
parent | 0108d1329786ce303babf38745e3903b0d303d7d (diff) | |
download | nix-159659873a9f4f0a59376a8f34818b22791639c4.tar nix-159659873a9f4f0a59376a8f34818b22791639c4.tar.gz nix-159659873a9f4f0a59376a8f34818b22791639c4.tar.bz2 nix-159659873a9f4f0a59376a8f34818b22791639c4.tar.lz nix-159659873a9f4f0a59376a8f34818b22791639c4.tar.xz nix-159659873a9f4f0a59376a8f34818b22791639c4.tar.zst nix-159659873a9f4f0a59376a8f34818b22791639c4.zip |
Add aspell
Diffstat (limited to 'hosts/common/optional/misc.nix')
-rw-r--r-- | hosts/common/optional/misc.nix | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/hosts/common/optional/misc.nix b/hosts/common/optional/misc.nix index 867928a..a6d5e13 100644 --- a/hosts/common/optional/misc.nix +++ b/hosts/common/optional/misc.nix @@ -2,6 +2,10 @@ { environment.systemPackages = with pkgs; [ ansible + aspell + aspellDicts.en + aspellDicts.en-computers + aspellDicts.en-science bpftools dict encfs |