mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-03-18 15:34:13 +01:00
fix(home): Please remove all nixpkgs options when using home-manager.useGlobalPkgs
This commit is contained in:
@@ -3,12 +3,6 @@
|
||||
pkgs-unstable,
|
||||
...
|
||||
}: {
|
||||
nixpkgs.config = {
|
||||
programs.npm.npmrc = ''
|
||||
prefix = ''${HOME}/.npm-global
|
||||
'';
|
||||
};
|
||||
|
||||
home.packages = with pkgs; (
|
||||
# -*- Data & Configuration Languages -*-#
|
||||
[
|
||||
|
||||
Reference in New Issue
Block a user