mirror of
https://gitlab.com/ahoneybun/nix-configs.git
synced 2025-05-12 19:24:03 -06:00
shell/system76-docs: add shellHooks for the shell
This commit is contained in:
parent
11cb49af76
commit
bfee493e09
1 changed files with 6 additions and 0 deletions
|
@ -4,4 +4,10 @@
|
||||||
nodejs-18_x
|
nodejs-18_x
|
||||||
nodePackages.npm
|
nodePackages.npm
|
||||||
];
|
];
|
||||||
|
shellHook =
|
||||||
|
''
|
||||||
|
cd /home/aaronh/Projects/system76/docs
|
||||||
|
npm ci
|
||||||
|
npm start
|
||||||
|
'';
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue