blob: d516880e24eb61d816e48dc26d9f4b228c359097 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
{
"name": "pc168",
"hostname": "PC168.local",
"profile": "work",
"targetArch": "aarch64-darwin",
"flake": {
"system": "aarch64-darwin",
"env": {
"username": "ken",
"homeDirectory": "/Users/ken",
"os": "macos",
"gui": {
"clipboard": {
"copyCommand": "pbcopy"
},
"terminalApp": "alacritty"
}
}
}
}
|