Split modules based on function

This commit is contained in:
Donovan Glover
2023-05-18 15:54:15 -04:00
parent e20be890d0
commit 7bcb8a5807
45 changed files with 59 additions and 0 deletions

3
dev/npm/default.nix Normal file
View File

@@ -0,0 +1,3 @@
{
programs.npm.enable = true;
}