1
0
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:
Donovan Glover 2023-06-19 03:59:45 -04:00
parent 76bfdf10b6
commit 72bd18dcfc
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65
2 changed files with 1 additions and 2 deletions

View File

@ -22,6 +22,7 @@ in
nixpkgs-fmt
nixfmt
nodejs
npm
yarn
deno
gcc

View File

@ -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