all repos — nixfiles @ 4fc01430ecca121cca49c442119aa49c3f42dc19

System and user configuration, managed by nix and home-manager

emacs: relocate web/javascript packages

Alan Pearce
commit

4fc01430ecca121cca49c442119aa49c3f42dc19

parent

92a7d54761559178584c6388e2223df7ec8de995

1 file changed, 5 insertions(+), 0 deletions(-)

changed files
M user/settings/development/javascript.nixuser/settings/development/javascript.nix
@@ -22,6 +22,11 @@ };
}; }; + programs.emacs.extraPackages = epkgs: (with epkgs; [ + astro-ts-mode + svelte-mode + ]); + home.shellAliases = { bn = "bun"; bni = "bun install";