blob: 28a5487013800921c3ed05addee18804d2334593 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
{
"name": "akashi",
"hostname": "akashi",
"profile": "private",
"targetArch": "x86_64-linux",
"flake": {
"system": "x86_64-linux",
"env": {
"username": "ken",
"homeDirectory": "/home/ken",
"os": "linux",
"gui": {
"clipboard": {
"copyCommand": "wl-copy"
},
"terminalApp": "alacritty"
}
}
}
}
|