feat: Add PGP key
This commit is contained in:
parent
e3a3bb2dc2
commit
b5d567c876
3 changed files with 15 additions and 7 deletions
|
|
@ -14,14 +14,12 @@
|
|||
in {
|
||||
devShells.default = pkgs.mkShell {
|
||||
packages = with pkgs; [
|
||||
jetbrains.webstorm
|
||||
nodejs
|
||||
nodePackages.live-server
|
||||
];
|
||||
|
||||
shellHook = ''
|
||||
webstorm . && exit
|
||||
'';
|
||||
# An IDE of your choice
|
||||
# jetbrains.webstorm
|
||||
];
|
||||
};
|
||||
}
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue