diff options
author | Franck Cuny <franck@fcuny.net> | 2024-04-22 19:48:58 -0700 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2024-04-22 19:48:58 -0700 |
commit | 6d48e27735def6eadb74c3c6db6ae68b7d367557 (patch) | |
tree | b8511b6db4816c7f903c3664d4666c5ff191a1de /nix/profiles | |
parent | switch to fish as the default shell (diff) | |
download | world-6d48e27735def6eadb74c3c6db6ae68b7d367557.tar.gz |
install aspell
Diffstat (limited to 'nix/profiles')
-rw-r--r-- | nix/profiles/home-manager/shell.nix | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/nix/profiles/home-manager/shell.nix b/nix/profiles/home-manager/shell.nix index 046cb5e..c375b45 100644 --- a/nix/profiles/home-manager/shell.nix +++ b/nix/profiles/home-manager/shell.nix @@ -12,6 +12,12 @@ jq yq + # dicts + aspell + aspellDicts.en + aspellDicts.en-computers + aspellDicts.en-science + # nix related nil nix-direnv |