feat: removed extra bash init force from programs.bash config for ramanlab@lightsheet

This commit is contained in:
Ceferino Patino 2026-02-26 16:59:06 -06:00
commit ebfbac45c6
Signed by: c4patino
SSH key fingerprint: SHA256:Wu+cU1t+7zVT9wzew/4meNmeulo66NzMqc22MdDBgXI

View file

@ -37,11 +37,6 @@ in {
stateVersion = "25.11";
};
programs.bash = {
enable = mkForce false;
initExtra = mkForce "";
};
nix.settings = {
experimental-features = ["nix-command" "flakes" "pipe-operators"];