diff options
| author | nsfisis <nsfisis@gmail.com> | 2024-11-01 22:56:27 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2024-11-01 22:57:56 +0900 |
| commit | c30f8ff1523648ae617e5c475c44b056e60dafd3 (patch) | |
| tree | 7184afe46f46d9eba78d3856cebaab8637f25f4c /mitamae | |
| parent | b85bc0bf872f30db6a50aa2743e11f0cf2c7657b (diff) | |
| download | dotfiles-c30f8ff1523648ae617e5c475c44b056e60dafd3.tar.gz dotfiles-c30f8ff1523648ae617e5c475c44b056e60dafd3.tar.zst dotfiles-c30f8ff1523648ae617e5c475c44b056e60dafd3.zip | |
misc: add new host, akashi
Diffstat (limited to 'mitamae')
| -rw-r--r-- | mitamae/node.akashi.json | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/mitamae/node.akashi.json b/mitamae/node.akashi.json new file mode 100644 index 0000000..5a9464b --- /dev/null +++ b/mitamae/node.akashi.json @@ -0,0 +1,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" + } + } + } +} |
