fix: darwin, feat: work vm auto connect

This commit is contained in:
2026-04-15 11:01:58 -04:00
parent c72759d426
commit d5224d79ac
4 changed files with 56 additions and 2 deletions

View File

@@ -14,6 +14,7 @@ in
{
options.${namespace}.programs.terminal.bash = with lib.types; {
enable = mkEnableOption "bash";
customProfile = mkOpt str "" "custom profile";
customFastFetchLogo = mkOpt (nullOr path) null "custom fast fetch logo path";
};
@@ -49,7 +50,8 @@ in
[[ -f ~/.bash_custom ]] && . ~/.bash_custom
source ${./config/hey-intern.sh}
'';
''
+ cfg.customProfile;
};
programs.powerline-go = {