📦 package updates
This commit is contained in:
parent
ad76f2648b
commit
670dd182da
@ -29,6 +29,7 @@
|
|||||||
"dash"
|
"dash"
|
||||||
"discord"
|
"discord"
|
||||||
"docker"
|
"docker"
|
||||||
|
"element"
|
||||||
"fantastical"
|
"fantastical"
|
||||||
"figma"
|
"figma"
|
||||||
"firefox"
|
"firefox"
|
||||||
@ -38,6 +39,7 @@
|
|||||||
"google-chrome"
|
"google-chrome"
|
||||||
"gpg-suite"
|
"gpg-suite"
|
||||||
"hazel"
|
"hazel"
|
||||||
|
"ipfs"
|
||||||
"iterm2"
|
"iterm2"
|
||||||
"keybase"
|
"keybase"
|
||||||
"logitech-options"
|
"logitech-options"
|
||||||
|
@ -1,5 +1,10 @@
|
|||||||
{ config, lib, pkgs, ... }:
|
{ config, lib, pkgs, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
home.packages = with pkgs; [ nodejs nodePackages.js-beautify yarn ];
|
home.packages = with pkgs; [
|
||||||
|
nodejs
|
||||||
|
nodePackages.js-beautify
|
||||||
|
nodePackages.prettier
|
||||||
|
yarn
|
||||||
|
];
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user