refactor: simplify bash configuration
This commit is contained in:
@@ -25,7 +25,7 @@ in
|
||||
|
||||
addBinToPath = lib.mkOption {
|
||||
type = lib.types.bool;
|
||||
default = true;
|
||||
default = false;
|
||||
};
|
||||
|
||||
extraInit = lib.mkOption {
|
||||
|
||||
Reference in New Issue
Block a user