{ pkgs, ... }@args:
{
  sessionVariables = import ./Variable.nix args;
}