diff options
| author | nsfisis <nsfisis@gmail.com> | 2023-11-19 10:52:14 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2024-03-24 22:46:33 +0900 |
| commit | 19fdbdddcd2dd0a43164dc50c0c0b840b2f8ae5c (patch) | |
| tree | ba78ce810630ce6d23ba143e7ba9415185746c90 /mitamae | |
| parent | b5dfc713aadec9fdfc59a35cd1e512aa7428e123 (diff) | |
| download | dotfiles-19fdbdddcd2dd0a43164dc50c0c0b840b2f8ae5c.tar.gz dotfiles-19fdbdddcd2dd0a43164dc50c0c0b840b2f8ae5c.tar.zst dotfiles-19fdbdddcd2dd0a43164dc50c0c0b840b2f8ae5c.zip | |
home-manager: fill the gap between envs
Diffstat (limited to 'mitamae')
| -rw-r--r-- | mitamae/node.hotaru.json | 6 | ||||
| -rw-r--r-- | mitamae/node.pc168.json | 6 |
2 files changed, 8 insertions, 4 deletions
diff --git a/mitamae/node.hotaru.json b/mitamae/node.hotaru.json index 0885bed..46b196d 100644 --- a/mitamae/node.hotaru.json +++ b/mitamae/node.hotaru.json @@ -10,8 +10,10 @@ "gui": { "clipboard": { "copyCommand": null - } - } + }, + "terminalApp": "windowsTerminal" + }, + "useNixManagedZsh": true } } } diff --git a/mitamae/node.pc168.json b/mitamae/node.pc168.json index dfd3544..1e0f682 100644 --- a/mitamae/node.pc168.json +++ b/mitamae/node.pc168.json @@ -10,8 +10,10 @@ "gui": { "clipboard": { "copyCommand": "pbcopy" - } - } + }, + "terminalApp": "alacritty" + }, + "useNixManagedZsh": false } } } |
