Remove distinction between home-manager files

This commit is contained in:
Donovan Glover
2023-05-18 10:20:37 -04:00
parent 3d8e6f356e
commit e20be890d0
61 changed files with 61 additions and 65 deletions

3
npm/default.nix Normal file
View File

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