diff options
author | EuAndreh <eu@euandre.org> | 2018-12-29 17:26:54 -0200 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2018-12-29 17:26:54 -0200 |
commit | 5da03439de70f1441c19d7354bec204783805654 (patch) | |
tree | bb750f6fc829ca7fbe099db40d006fe93a466293 /nixos/configuration.nix | |
parent | Explicitly add Perl as an OS dependency. (diff) | |
download | dotfiles-5da03439de70f1441c19d7354bec204783805654.tar.gz dotfiles-5da03439de70f1441c19d7354bec204783805654.tar.xz |
Add =slugify= command.
Diffstat (limited to 'nixos/configuration.nix')
-rw-r--r-- | nixos/configuration.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/configuration.nix b/nixos/configuration.nix index a0fcd01..85de39c 100644 --- a/nixos/configuration.nix +++ b/nixos/configuration.nix @@ -178,6 +178,7 @@ ncdu fd nnn + python36Packages.python-slugify diffoscope # poppler_utils # used by diffoscope for comparing PDF files |