diff options
| -rw-r--r-- | home/default.nix | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/home/default.nix b/home/default.nix index bbb9099..61f4e13 100644 --- a/home/default.nix +++ b/home/default.nix @@ -91,7 +91,6 @@ in packages = with pkgs; [ # tui tools bluetui # bluetooth management - chawan # browser clipse # clipboard management impala # iwd terminal ui lux # youtube-downloader @@ -303,9 +302,6 @@ in input = { vi-numeric-prefix = true; }; - chawan = { - G = "n => n ? pager.gotoLine(n) : pager.cursorLastLine()"; - }; }; }; nix-search-tv = { |
