{ pkgs, ... }: { home-manager.users.alex = { home.packages = [ pkgs.nixfmt-rfc-style pkgs.nix-tree ]; }; }