refactor: simplify bash configuration

This commit is contained in:
2026-03-11 19:56:22 +01:00
parent 890146bc9d
commit 13cf1c296b
3 changed files with 3 additions and 1 deletions

View File

@@ -25,7 +25,7 @@ in
addBinToPath = lib.mkOption {
type = lib.types.bool;
default = true;
default = false;
};
extraInit = lib.mkOption {