about summary refs log tree commit diff stats
path: root/modules/home.legacy/pkgs/default.nix
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2024-11-29 19:37:59 +0100
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2024-11-29 19:37:59 +0100
commitf6faecdbc8d93632670ac0d5f5c5f5fd3e3c4326 (patch)
tree8b37cf63823de42ec41a90cef97a2b81c2eb0a39 /modules/home.legacy/pkgs/default.nix
parentchore(hosts): Enable yambar (diff)
downloadnixos-config-f6faecdbc8d93632670ac0d5f5c5f5fd3e3c4326.tar.gz
nixos-config-f6faecdbc8d93632670ac0d5f5c5f5fd3e3c4326.zip
fix(pkgs/show): Remove
This was never actually used.
Diffstat (limited to '')
-rw-r--r--modules/home.legacy/pkgs/default.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/home.legacy/pkgs/default.nix b/modules/home.legacy/pkgs/default.nix
index 3d48287f..d75504b4 100644
--- a/modules/home.legacy/pkgs/default.nix
+++ b/modules/home.legacy/pkgs/default.nix
@@ -163,7 +163,6 @@ with pkgs; let
       file # Show information about a file
       ll # Wrapper around `lf` to automatically change the path
       lm # Wrapper around `ll` to automatically cd to the last accessed path
-      show # Wrapper around `less` to show a file (similar to the `cat <FILE>` pattern).
     ];
 
     Editors = [