diff options
author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2024-11-29 19:37:59 +0100 |
---|---|---|
committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2024-11-29 19:37:59 +0100 |
commit | f6faecdbc8d93632670ac0d5f5c5f5fd3e3c4326 (patch) | |
tree | 8b37cf63823de42ec41a90cef97a2b81c2eb0a39 /modules | |
parent | chore(hosts): Enable yambar (diff) | |
download | nixos-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.nix | 1 |
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 = [ |