Skip to content

Commit 1d269ec

Browse files
committed
feat: minor changes
1 parent aa1945f commit 1d269ec

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

devenv.nix

+2-3
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# env.NIXPKGS_ALLOW_UNFREE = "1";
44

55
packages = with pkgs; [
6-
# assaultcube
6+
assaultcube
77
chromium # Required for marp
88
];
99

@@ -15,10 +15,9 @@
1515
languages.javascript.enable = true;
1616

1717
enterShell = ''
18+
export PATH="$HOME/.npm-global/bin:$PATH"
1819
npm set prefix ~/.npm-global
1920
# npm i -g @marp-team/marp-cli
20-
21-
export PATH="$HOME/.npm-global/bin:$PATH"
2221
'';
2322

2423
scripts.slides.exec = ''

0 commit comments

Comments
 (0)