summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Cullmann <christoph@cullmann.io>2024-06-16 20:53:26 +0200
committerChristoph Cullmann <christoph@cullmann.io>2024-06-16 20:53:26 +0200
commitc09366cb4cafb29c1b6aa563697ca0bdc4154acd (patch)
treef4b006172905153688ace8c217faa405ba45ae73
parente362810857fc21388797f8036cb35eedf0ae4475 (diff)
more tools
-rw-r--r--common.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/common.nix b/common.nix
index 1726150..b7a9ee8 100644
--- a/common.nix
+++ b/common.nix
@@ -320,6 +320,7 @@ in
libjxl
libreoffice
libva-utils
+ lsd
lsof
mc
pkgs.kdePackages.neochat
@@ -590,6 +591,10 @@ in
verify = "sudo nix --extra-experimental-features nix-command store verify --all";
optimize = "sudo nix --extra-experimental-features nix-command store optimise";
+ # overwrite some tools
+ cat = "bat";
+ ls = "lsd";
+
# ssh around in the local network
mac = "ssh mac.fritz.box";
macroot = "ssh root@mac.fritz.box";