Skip to content

Commit

Permalink
modules.base: add bandwhich
Browse files Browse the repository at this point in the history
  • Loading branch information
1sixth committed Aug 18, 2024
1 parent 4d07c25 commit cf8ec76
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions modules/base.nix
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@
};

programs = {
bandwhich.enable = true;
command-not-found.enable = false;
fish = {
enable = true;
Expand Down
2 changes: 2 additions & 0 deletions modules/server/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@
sys = "systemctl";

jou = "journalctl";

bandwhich = "bandwhich --no-resolve";
};
};
git.enable = true;
Expand Down
2 changes: 2 additions & 0 deletions nixos/laptop0/home/shell.nix
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@
jou = "journalctl";
jouu = "journalctl --user";

bandwhich = "bandwhich --no-resolve";

t = "trans en:zh-CN";
ts = "t -speak";

Expand Down

0 comments on commit cf8ec76

Please sign in to comment.