blob: 5a9464bcef523a8b7138776041e34145fbb36a83 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
{
"name": "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"
}
}
}
}
|