diff --git a/modules/system/common/all-darwin.nix b/modules/system/common/all-darwin.nix index 408fa99..e29c9ff 100644 --- a/modules/system/common/all-darwin.nix +++ b/modules/system/common/all-darwin.nix @@ -8,6 +8,7 @@ ]; systemPackages = with pkgs; [ age + bandwhich coreutils hugo mas diff --git a/modules/system/common/all-nixos.nix b/modules/system/common/all-nixos.nix index 9dffacd..cda42f0 100644 --- a/modules/system/common/all-nixos.nix +++ b/modules/system/common/all-nixos.nix @@ -43,6 +43,7 @@ }; programs = { + bandwhich.enable = true; zsh.enable = true; };