feat: add openvpn on brew cask conf & update aerospace
This commit is contained in:
parent
d465cfc5f9
commit
dbdbac139a
3 changed files with 4 additions and 1 deletions
|
|
@ -12,6 +12,8 @@ pkgs.mkShell {
|
|||
shellHook = ''
|
||||
mkdir -p "$PWD/.cache/bun"
|
||||
export BUN_INSTALL_CACHE="$PWD/.cache/bun"
|
||||
ccusage() { bunx ccusage "$@"; }
|
||||
export -f ccusage
|
||||
echo "Bun/Node web shell ready"
|
||||
echo "Bun: ${pkgs.bun.version}"
|
||||
echo "Node: ${pkgs.nodejs_20.version}"
|
||||
|
|
|
|||
|
|
@ -17,6 +17,6 @@ in {
|
|||
keepAlive = true;
|
||||
};
|
||||
|
||||
userSettings = userSettings;
|
||||
settings = userSettings;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -32,6 +32,7 @@ in {
|
|||
"neohtop"
|
||||
"orbstack"
|
||||
"ghostty"
|
||||
"openvpn-connect"
|
||||
];
|
||||
description = "Homebrew casks to install.";
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue