mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-08-17 10:11:12 +02:00
Move packages into modules
This commit is contained in:
@ -1,3 +1,11 @@
|
||||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
programs.npm.enable = true;
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
nodejs
|
||||
yarn
|
||||
deno
|
||||
];
|
||||
}
|
||||
|
Reference in New Issue
Block a user