diff options
| author | EuAndreh <eu@euandre.org> | 2022-03-25 18:33:11 -0300 |
|---|---|---|
| committer | EuAndreh <eu@euandre.org> | 2022-03-25 18:33:11 -0300 |
| commit | 2afaaf552a503aca30b39abe4b59e4a7dff9c775 (patch) | |
| tree | 2b1ba878d6e08f07e10f31d90653215bb248d84f | |
| parent | configuration.nix: Indent with spaces instead of tabs (diff) | |
| download | dotfiles-2afaaf552a503aca30b39abe4b59e4a7dff9c775.tar.gz dotfiles-2afaaf552a503aca30b39abe4b59e4a7dff9c775.tar.xz | |
configuration.nix: Add packages
| -rw-r--r-- | configuration.nix | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/configuration.nix b/configuration.nix index bcadbf7..7a4ec43 100644 --- a/configuration.nix +++ b/configuration.nix @@ -133,6 +133,7 @@ in { in with pkgs; [ + vagrant ## Documentation posix_man_pages @@ -147,6 +148,7 @@ in { pkgs-19.packer gitAndTools.gitFull gitAndTools.gitRemoteGcrypt + gitAndTools.git-open ## Personal data tools borgbackup @@ -211,9 +213,12 @@ in { imagemagick enscript tcl + python3 + unzip ## System utilities pmutils + btrfs-progs ## Mail isync @@ -241,14 +246,13 @@ in { valgrind gdb sbcl - openssl.dev - openssl nodejs_latest quickjs deno lilypond ghostscript pdftk + guile_3_0 ## POSIX bmake-with-alias |
