mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-06-09 08:02:43 +02:00
chore(darwin): fix issue with brew tap
This commit is contained in:
@@ -143,6 +143,10 @@ in
|
|||||||
"terraformer"
|
"terraformer"
|
||||||
];
|
];
|
||||||
|
|
||||||
|
taps = [
|
||||||
|
"nikitabobko/tap" # aerospace - an i3-like tiling window manager for macOS
|
||||||
|
];
|
||||||
|
|
||||||
# `brew install --cask`
|
# `brew install --cask`
|
||||||
casks = [
|
casks = [
|
||||||
"squirrel-app" # input method for Chinese, rime-squirrel
|
"squirrel-app" # input method for Chinese, rime-squirrel
|
||||||
|
|||||||
Reference in New Issue
Block a user