about summary refs log tree commit diff
path: root/machines/profpatsch/base-workstation.nix
diff options
context:
space:
mode:
authorProfpatsch <mail@profpatsch.de>2019-09-28 15:52:47 +0100
committerProfpatsch <mail@profpatsch.de>2019-09-28 15:52:47 +0100
commit29e91941bb0d3217e1e069cd8a60235c08eb31bd (patch)
treef7d8edaa2c6192ba5eb6183cdc1552a04b0c106f /machines/profpatsch/base-workstation.nix
parentc7619161ac27e32f50edd76cf7f9434e7b1761f6 (diff)
machines/profpatsch/workstation: add packages
Diffstat (limited to 'machines/profpatsch/base-workstation.nix')
-rw-r--r--machines/profpatsch/base-workstation.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/machines/profpatsch/base-workstation.nix b/machines/profpatsch/base-workstation.nix
index d1a14e70..82dee85d 100644
--- a/machines/profpatsch/base-workstation.nix
+++ b/machines/profpatsch/base-workstation.nix
@@ -119,6 +119,7 @@ in {
       # of utmost necessity for me to function
       basePkgs = [
         silver-searcher   # file content searcher, > ack > grep
+        lr                # list recursively, ls & find replacement
         dos2unix          # text file conversion
         manpages          # system manpages (not included by default)
         mkpasswd          # UNIX password creator