{ pkgs, ...}: { imports = [ ./alacritty.nix ./firefox.nix ./fonts.nix ]; home.packages = with pkgs; [ vlc bitwarden pavucontrol ]; }