diff options
author | Alan Pearce | 2025-03-12 15:31:15 +0100 |
---|---|---|
committer | Alan Pearce | 2025-03-12 15:35:02 +0100 |
commit | 4fc01430ecca121cca49c442119aa49c3f42dc19 (patch) | |
tree | a9c97d23a3c5dfa32ce9a2f881e84e36235ff1c8 /user/settings/development/web.nix | |
parent | 92a7d54761559178584c6388e2223df7ec8de995 (diff) | |
download | nixfiles-4fc01430ecca121cca49c442119aa49c3f42dc19.tar.lz nixfiles-4fc01430ecca121cca49c442119aa49c3f42dc19.tar.zst nixfiles-4fc01430ecca121cca49c442119aa49c3f42dc19.zip |
emacs: relocate web/javascript packages
Diffstat (limited to 'user/settings/development/web.nix')
-rw-r--r-- | user/settings/development/web.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/user/settings/development/web.nix b/user/settings/development/web.nix index 13b0ea5c..2bea361d 100644 --- a/user/settings/development/web.nix +++ b/user/settings/development/web.nix @@ -96,6 +96,7 @@ caddyfile-mode emmet-mode nginx-mode + php-mode web-mode ]); programs.neovim.plugins = with pkgs.vimPlugins; [ |