{ config, lib, pkgs, ... }: { imports = [ ./go.nix ./python.nix ]; home.packages = with pkgs; [ flyctl hugo rnix-lsp nixfmt util-linux ]; }