1
Fork 0

feat: dashboard and stuff for nvim

This commit is contained in:
Matei Adriel 2022-02-01 16:18:36 +02:00
parent 79455a6e29
commit 441844b0c5
5 changed files with 57 additions and 46 deletions
modules/dev

View file

@ -2,7 +2,8 @@
let
node = pkgs.nodejs-17_x;
yarn = pkgs.yarn.override { nodejs = node; };
in {
in
{
home-manager.users.adrielus.home.packages = with pkgs;
with nodePackages; [
node
@ -14,11 +15,11 @@ in {
# TODO: find a good way to reinstall some of these
/* tsdx
mklicense
preact-cli
create-next-app
create-snowpack-app
bower
mklicense
preact-cli
create-next-app
create-snowpack-app
bower
*/
];
}