diff options
author | EuAndreh <eu@euandre.org> | 2018-07-05 13:33:46 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2018-07-05 13:33:46 -0300 |
commit | 4df12751f9b7f4f8ddfc69afedae3bec199df9bb (patch) | |
tree | 8a269062a094fd4432a1b298d8e87ca485571ba4 | |
parent | Remove riot-web and add back Frescobaldi packages (diff) | |
download | dotfiles-4df12751f9b7f4f8ddfc69afedae3bec199df9bb.tar.gz dotfiles-4df12751f9b7f4f8ddfc69afedae3bec199df9bb.tar.xz |
Add packages to 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 |