aboutsummaryrefslogtreecommitdiffhomepage
path: root/home-manager/modules/work.nix
blob: 47e0d9e38d84cee599196c6e9787eb38f33dc470 (plain)
1
2
3
4
5
6
7
8
9
10
11
{
  pkgs,
  nurpkgs,
  env,
  ...
}:
{
  home.sessionVariables = {
    GITLAB_HOST = "https://gitlab.dcdev.jp";
  };
}