feat: Add PGP key

This commit is contained in:
Tibo De Peuter 2024-03-22 16:39:26 +01:00
parent e3a3bb2dc2
commit b5d567c876
3 changed files with 15 additions and 7 deletions

View file

@ -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
];
};
}
);