mirror of
https://github.com/nickolaj-jepsen/nixos.git
synced 2026-01-22 08:06:50 +01:00
more apps
This commit is contained in:
parent
9767be163b
commit
7e6878af94
4 changed files with 21 additions and 0 deletions
9
modules/dev/javascript.nix
Normal file
9
modules/dev/javascript.nix
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
pkgs,
|
||||
...
|
||||
}: {
|
||||
environment.systemPackages = [
|
||||
pkgs.nodejs_22
|
||||
];
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue