fix(home): Please remove all nixpkgs options when using home-manager.useGlobalPkgs

This commit is contained in:
Ryan Yin
2025-05-31 20:33:17 +08:00
parent cc1004bf29
commit b1eede94f6

View File

@@ -3,12 +3,6 @@
pkgs-unstable,
...
}: {
nixpkgs.config = {
programs.npm.npmrc = ''
prefix = ''${HOME}/.npm-global
'';
};
home.packages = with pkgs; (
# -*- Data & Configuration Languages -*-#
[