mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-01-19 12:29:06 +01:00
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
|
nixpkgs-fmt
|
||||||
nixfmt
|
nixfmt
|
||||||
nodejs
|
nodejs
|
||||||
|
npm
|
||||||
yarn
|
yarn
|
||||||
deno
|
deno
|
||||||
gcc
|
gcc
|
||||||
|
@ -29,8 +29,6 @@ let VARIABLES = import ./variables.nix; in {
|
|||||||
hardware.opengl.driSupport32Bit = true;
|
hardware.opengl.driSupport32Bit = true;
|
||||||
|
|
||||||
programs.neovim.enable = true;
|
programs.neovim.enable = true;
|
||||||
programs.npm.enable = true;
|
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
hypr-contrib.packages."${VARIABLES.system}".grimblast
|
hypr-contrib.packages."${VARIABLES.system}".grimblast
|
||||||
nix-gaming.packages."${VARIABLES.system}".osu-stable
|
nix-gaming.packages."${VARIABLES.system}".osu-stable
|
||||||
|
Loading…
Reference in New Issue
Block a user