diff options
Diffstat (limited to 'nixos/configuration.nix')
-rw-r--r-- | nixos/configuration.nix | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/nixos/configuration.nix b/nixos/configuration.nix index 67ac1c5..06369e5 100644 --- a/nixos/configuration.nix +++ b/nixos/configuration.nix @@ -114,7 +114,6 @@ gnome3.gconf # https://github.com/NixOS/nixpkgs/issues/15978 lsof pciutils - libffi # FIXME: Ruby depends on it for FFI python27Packages.pywatchman # =watchman-wait= libressl tree @@ -141,6 +140,18 @@ gitAndTools.hub # GitHub helper insomnia bind # =dig= + source-code-pro + file + gitlab-runner + source-code-pro + sshpass + zathura # for viewing Emacs PDF files + timidity + + + ## Spell checking + + (aspellWithDicts (ps : with ps; [ en eo fr pt_BR ])) ## NixOS |