forked from extern/nix-config
npm: Use home-manager package instead of nixos module
Now that I am able to understand and read NixOS/nixpkgs source code, I understand that the usage of the npm module isn't needed since I don't configure npm at a global level.
This commit is contained in:
parent
76bfdf10b6
commit
72bd18dcfc
@ -22,6 +22,7 @@ in
|
||||
nixpkgs-fmt
|
||||
nixfmt
|
||||
nodejs
|
||||
npm
|
||||
yarn
|
||||
deno
|
||||
gcc
|
||||
|
@ -29,8 +29,6 @@ let VARIABLES = import ./variables.nix; in {
|
||||
hardware.opengl.driSupport32Bit = true;
|
||||
|
||||
programs.neovim.enable = true;
|
||||
programs.npm.enable = true;
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
hypr-contrib.packages."${VARIABLES.system}".grimblast
|
||||
nix-gaming.packages."${VARIABLES.system}".osu-stable
|
||||
|
Loading…
Reference in New Issue
Block a user