Add bandwhich

This commit is contained in:
Gene Liverman 2023-12-28 15:57:04 -05:00
parent fade7d8663
commit ca77221ff2
2 changed files with 2 additions and 0 deletions

View file

@ -8,6 +8,7 @@
]; ];
systemPackages = with pkgs; [ systemPackages = with pkgs; [
age age
bandwhich
coreutils coreutils
hugo hugo
mas mas

View file

@ -43,6 +43,7 @@
}; };
programs = { programs = {
bandwhich.enable = true;
zsh.enable = true; zsh.enable = true;
}; };