{ config, pkgs, lib, ... }: let profile = import ./profile.nix; in { environment.systemPackages = with pkgs; [ fluffychat ]; }