{ config, lib, pkgs, ...}:
{
config =
let
stateVersion = "23.11";
in
environment.systemPackages = with pkgs; [
git
vim
wget
curl
vscode
];
};
}