diff options
author | EuAndreh <eu@euandre.org> | 2022-11-29 15:48:54 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2022-11-29 15:48:54 -0300 |
commit | 7f57e9ebaad305783634d16477f3e7026ba93396 (patch) | |
tree | b3c3e904abd22ecbd79d30c9199943bf2e9a2006 | |
parent | src/infrastructure/guix/system.scm: Cleanup doc strings; shuffle things around (diff) | |
download | toph-7f57e9ebaad305783634d16477f3e7026ba93396.tar.gz toph-7f57e9ebaad305783634d16477f3e7026ba93396.tar.xz |
system.scm: Add "btop" package
-rw-r--r-- | src/infrastructure/guix/system.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/infrastructure/guix/system.scm b/src/infrastructure/guix/system.scm index bdba899..9d70c58 100644 --- a/src/infrastructure/guix/system.scm +++ b/src/infrastructure/guix/system.scm @@ -1186,6 +1186,7 @@ (map (compose list specification->package+output symbol->string) '(nss-certs borg + btop curl entr git-minimal |