diff options
author | David Morgan <djm_uk@protonmail.com> | 2022-09-15 10:39:15 +0100 |
---|---|---|
committer | David Morgan <djm_uk@protonmail.com> | 2022-09-15 10:39:15 +0100 |
commit | 6e26ca0afc59f170cb34f38a0ed3af0ee99d88a2 (patch) | |
tree | c7775839be174bf12377cb44d45c90652819f2f8 /nix-conf | |
parent | 98983e8e4514ed0b72241d54b350d88b1e4a9263 (diff) | |
download | dotfiles-6e26ca0afc59f170cb34f38a0ed3af0ee99d88a2.tar.gz |
Add aspell/ispell
Diffstat (limited to 'nix-conf')
-rw-r--r-- | nix-conf/home/common.nix | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/nix-conf/home/common.nix b/nix-conf/home/common.nix index 4c91ad8..46c57b1 100644 --- a/nix-conf/home/common.nix +++ b/nix-conf/home/common.nix @@ -6,6 +6,10 @@ ]; home.packages = with pkgs; [ + aspell + aspellDicts.en + aspellDicts.en-computers + aspellDicts.en-science bat bottom broot @@ -24,6 +28,7 @@ gopass gopass-jsonapi heroku + ispell isync jq lscolors @@ -38,7 +43,7 @@ nix-info nix-prefetch-git nix-prefetch-github - #pinentry + pinentry #procs libqalculate ripgrep |