Skip to content

Commit 8de0284

Browse files
author
longendu
committed
update dev.nix
1 parent b58eb15 commit 8de0284

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

.idx/dev.nix

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,13 @@
55
ripgrep
66
rm-improved
77
bat
8-
python311
9-
python311Packages.pip
108
poetry
119
];
12-
env = {};
10+
env = {
11+
PATH = [
12+
"$HOME/.local/bin"
13+
];
14+
};
1315
idx = {
1416
# check extensions on https://open-vsx.org/
1517
extensions = [
@@ -25,6 +27,10 @@
2527
poetry config --local virtualenvs.in-project true
2628
poetry install
2729
'';
30+
icon = ''
31+
curl -sSL https://raw.githubusercontent.com/legendu-net/icon/main/install_icon.sh | bash -s -- \
32+
-d ~/.local/bin
33+
'';
2834
};
2935
};
3036
# Enable previews and customize configuration

0 commit comments

Comments
 (0)