{pkgs, config, ...}: { imports = [ ./locales.nix ]; environment.systemPackages = with pkgs; [ git just neovim wget ]; }