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