From ca77221ff28093bcef00af702993db332cf74f7d Mon Sep 17 00:00:00 2001 From: Gene Liverman Date: Thu, 28 Dec 2023 15:57:04 -0500 Subject: [PATCH] Add bandwhich --- modules/system/common/all-darwin.nix | 1 + modules/system/common/all-nixos.nix | 1 + 2 files changed, 2 insertions(+) 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; };