Skip to content

Commit 3638c30

Browse files
author
longendu
committed
update dev.nix
1 parent d2172ac commit 3638c30

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

.idx/dev.nix

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,26 @@
66
rm-improved
77
bat
88
];
9-
env = {};
9+
env = {
10+
PATH = [
11+
"$HOME/.local/bin"
12+
];
13+
};
1014
idx = {
1115
# check extensions on https://open-vsx.org/
1216
extensions = [
1317
"asvetliakov.vscode-neovim"
1418
];
19+
workspace = {
20+
onCreate = {
21+
};
22+
onStart = {
23+
icon = ''
24+
curl -sSL https://raw.githubusercontent.com/legendu-net/icon/main/install_icon.sh | bash -s -- \
25+
-d ~/.local/bin
26+
'';
27+
};
28+
};
1529
# Enable previews and customize configuration
1630
previews = {};
1731
};

0 commit comments

Comments
 (0)