aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2025-06-18 20:18:09 +0900
committernsfisis <nsfisis@gmail.com>2025-06-18 20:18:09 +0900
commit9ac4dabbff2438fa6a49943eace0a4d6f1657b21 (patch)
treec647e0ffd9b6db4e906e8d593548c1f6eafc8707
parentb9a04777cbbc6e5bdb1f0027f94ff23884e80d9f (diff)
downloaddotfiles-9ac4dabbff2438fa6a49943eace0a4d6f1657b21.tar.gz
dotfiles-9ac4dabbff2438fa6a49943eace0a4d6f1657b21.tar.zst
dotfiles-9ac4dabbff2438fa6a49943eace0a4d6f1657b21.zip
glab: set GITLAB_HOST
-rw-r--r--home-manager/modules/work.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/home-manager/modules/work.nix b/home-manager/modules/work.nix
index 153b780..47e0d9e 100644
--- a/home-manager/modules/work.nix
+++ b/home-manager/modules/work.nix
@@ -5,4 +5,7 @@
...
}:
{
+ home.sessionVariables = {
+ GITLAB_HOST = "https://gitlab.dcdev.jp";
+ };
}