commit a79e087da4b4ae1685b5dabecb941fa04b572e36 (tree)
parent 453894e67669a5b467213c272ed002467ca4c9ae
Author: Motiejus Jakštys <motiejus@jakstys.lt>
Date: Mon, 20 Apr 2026 13:30:18 +0000
macbase: +watch
Diffstat:
1 file changed, 7 insertions(+), 1 deletion(-)
diff --git a/modules/macbase/default.nix b/modules/macbase/default.nix
@@ -198,7 +198,13 @@ in
zsh.enable = lib.mkForce false;
};
- environment.shells = [ pkgs.bash ];
+ environment = {
+ shells = [ pkgs.bash ];
+
+ systemPackages = with pkgs; [
+ watch
+ ];
+ };
system.activationScripts.postActivation.text = ''
dscl . -create /Users/${cfg.username} UserShell /run/current-system/sw/bin/bash