This commit is contained in:
Tao Tien 2024-01-28 19:54:19 -08:00
parent 6afc7f6fb5
commit 813df81103
4 changed files with 42 additions and 34 deletions

View file

@ -1,5 +1,6 @@
{ pkgs, ... }: {
environment.systemPackages = with pkgs; [
temurin-bin-17
nodejs
python310Packages.python-lsp-server
sqlite
@ -39,6 +40,7 @@
];
nixpkgs.config.permittedInsecurePackages = [
# probably etcher
"electron-19.1.9"
];