{ config, pkgs, ... }: { # Packages that should be installed to the user profile. home.packages = with pkgs; [ nodejs # needed for lsp fzf # fuzzy finder neovim # alternative to vim ]; }