gimme yarn
This commit is contained in:
parent
21b3a32d90
commit
7dc03182a4
6 changed files with 43 additions and 14 deletions
22
home/on-server.nix
Normal file
22
home/on-server.nix
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
{ config, pkgs, inputs, lib, ... }:
|
||||
|
||||
{
|
||||
home.file.".npmrc".text = ''
|
||||
prefix = ${config.xdg.dataHome}/npm/packages
|
||||
'';
|
||||
|
||||
home.packages = with pkgs; [
|
||||
|
||||
# development
|
||||
bundler
|
||||
bundix
|
||||
nodejs
|
||||
appimage-run
|
||||
yarn
|
||||
|
||||
];
|
||||
|
||||
imports = [
|
||||
./minimal.nix
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue