mirror of
https://github.com/lightly-toasted/nix-config.git
synced 2025-10-04 19:45:40 +00:00
feat: add nodejs
This commit is contained in:
parent
b9bc0b4e23
commit
7247e5311f
2 changed files with 8 additions and 0 deletions
7
home/toast/programs/nodejs.nix
Normal file
7
home/toast/programs/nodejs.nix
Normal file
|
@ -0,0 +1,7 @@
|
|||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
home.packages = with pkgs; [
|
||||
nodejs
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue