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

1
.gitignore vendored
View File

@ -2,3 +2,4 @@
**/.*~undo-tree~ **/.*~undo-tree~
**/.DS_Store **/.DS_Store
/result /result
/home/result

View File

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