{ pkgs, username, ... }: { hjem.users.${username}.packages = with pkgs; [ # general neovim git # lua stylua lua-language-server # nix nixd nixfmt statix ]; }