📦 package updates
This commit is contained in:
parent
ad76f2648b
commit
670dd182da
@ -29,6 +29,7 @@
|
||||
"dash"
|
||||
"discord"
|
||||
"docker"
|
||||
"element"
|
||||
"fantastical"
|
||||
"figma"
|
||||
"firefox"
|
||||
@ -38,6 +39,7 @@
|
||||
"google-chrome"
|
||||
"gpg-suite"
|
||||
"hazel"
|
||||
"ipfs"
|
||||
"iterm2"
|
||||
"keybase"
|
||||
"logitech-options"
|
||||
|
@ -1,5 +1,10 @@
|
||||
{ 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