diff --git a/modules/base.nix b/modules/base.nix index c99d7d0c..53b8d8cc 100644 --- a/modules/base.nix +++ b/modules/base.nix @@ -79,6 +79,7 @@ }; programs = { + bandwhich.enable = true; command-not-found.enable = false; fish = { enable = true; diff --git a/modules/server/default.nix b/modules/server/default.nix index a44ee414..f8610f66 100644 --- a/modules/server/default.nix +++ b/modules/server/default.nix @@ -31,6 +31,8 @@ sys = "systemctl"; jou = "journalctl"; + + bandwhich = "bandwhich --no-resolve"; }; }; git.enable = true; diff --git a/nixos/laptop0/home/shell.nix b/nixos/laptop0/home/shell.nix index 01d9d866..c6bb9bad 100644 --- a/nixos/laptop0/home/shell.nix +++ b/nixos/laptop0/home/shell.nix @@ -61,6 +61,8 @@ jou = "journalctl"; jouu = "journalctl --user"; + bandwhich = "bandwhich --no-resolve"; + t = "trans en:zh-CN"; ts = "t -speak";