mirror of
https://github.com/lightly-toasted/nix-config.git
synced 2025-10-04 15:45:39 +00:00
feat: add nodejs
This commit is contained in:
parent
b9bc0b4e23
commit
7247e5311f
2 changed files with 8 additions and 0 deletions
|
@ -16,6 +16,7 @@
|
|||
./programs/yazi.nix
|
||||
./programs/nixcord.nix
|
||||
./programs/prismlauncher.nix
|
||||
./programs/nodejs.nix
|
||||
];
|
||||
|
||||
home = {
|
||||
|
|
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