mirror of
https://github.com/genebean/dots.git
synced 2026-03-27 17:37:43 -04:00
Add bandwhich
This commit is contained in:
parent
fade7d8663
commit
ca77221ff2
2 changed files with 2 additions and 0 deletions
|
|
@ -8,6 +8,7 @@
|
||||||
];
|
];
|
||||||
systemPackages = with pkgs; [
|
systemPackages = with pkgs; [
|
||||||
age
|
age
|
||||||
|
bandwhich
|
||||||
coreutils
|
coreutils
|
||||||
hugo
|
hugo
|
||||||
mas
|
mas
|
||||||
|
|
|
||||||
|
|
@ -43,6 +43,7 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
programs = {
|
programs = {
|
||||||
|
bandwhich.enable = true;
|
||||||
zsh.enable = true;
|
zsh.enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue