Added nodejs to emacs deps; updated gitignore

This commit is contained in:
Random936
2025-06-08 14:12:17 -07:00
parent 09cce4e9fd
commit 018313e48b
2 changed files with 2 additions and 0 deletions

View File

@@ -1,6 +1,7 @@
{ pkgs, ... }: {
home.packages = with pkgs; [
# Build deps
nodejs
cmake
libtool