{pkgs, ...}: {
  imports = [
    ./nvim
    ./vscode.nix
    ./intellij.nix
    ./tmux.nix
  ];
}