diff options
author | EuAndreh <eu@euandre.org> | 2018-12-30 15:02:54 -0200 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2018-12-30 15:03:06 -0200 |
commit | 732b265063bdbeca9ad00cec4ad3a61f74412641 (patch) | |
tree | ffbd37dba6612246dccc1d6cded6858c3eef9626 | |
parent | Add pires repo to fake-symlinks.sh list. (diff) | |
download | dotfiles-732b265063bdbeca9ad00cec4ad3a61f74412641.tar.gz dotfiles-732b265063bdbeca9ad00cec4ad3a61f74412641.tar.xz |
Install vipe, bazel and graphviz packages.
-rw-r--r-- | nixos/configuration.nix | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/nixos/configuration.nix b/nixos/configuration.nix index c7de036..125d452 100644 --- a/nixos/configuration.nix +++ b/nixos/configuration.nix @@ -180,6 +180,9 @@ fd nnn python36Packages.python-slugify + moreutils # =vipe= + bazel + graphviz # =dot= and others diffoscope # poppler_utils # used by diffoscope for comparing PDF files |