refactor: misc

This commit is contained in:
Ryan Yin
2024-01-08 11:54:27 +08:00
parent 70f5b26fd2
commit e42fda1d43
2 changed files with 6 additions and 6 deletions
+6
View File
@@ -1,4 +1,10 @@
{pkgs, ...}: {
nixpkgs.config = {
programs.npm.npmrc = ''
prefix = ''${HOME}/.npm-global
'';
};
home.packages = with pkgs;
[
#-- c/c++