blob: 2477400b269a2064f7e8a7ae0b6bb2785e3d77bb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
{
"name": "hotaru",
"profile": "private",
"targetArch": "x86_64-linux",
"flake": {
"system": "x86_64-linux",
"env": {
"username": "ken",
"homeDirectory": "/home/ken",
"gui": {
"clipboard": {
"copyCommand": null
},
"terminalApp": "windowsTerminal"
}
}
}
}
|