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