aboutsummaryrefslogtreecommitdiffhomepage
path: root/home-manager
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2025-10-18 16:58:02 +0900
committernsfisis <nsfisis@gmail.com>2025-10-18 16:58:02 +0900
commit1b5954dc749e5c44cb77850891a38813d9fe0207 (patch)
tree220391829a72dd1d7f42a4296f8fd6136abfd558 /home-manager
parent825dcd2a6133cdcab4d00603ec43c743edab1342 (diff)
downloaddotfiles-1b5954dc749e5c44cb77850891a38813d9fe0207.tar.gz
dotfiles-1b5954dc749e5c44cb77850891a38813d9fe0207.tar.zst
dotfiles-1b5954dc749e5c44cb77850891a38813d9fe0207.zip
nvim: open Redmine issue by gx
Diffstat (limited to 'home-manager')
-rw-r--r--home-manager/modules/work.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/home-manager/modules/work.nix b/home-manager/modules/work.nix
index 47e0d9e..9de1a21 100644
--- a/home-manager/modules/work.nix
+++ b/home-manager/modules/work.nix
@@ -7,5 +7,6 @@
{
home.sessionVariables = {
GITLAB_HOST = "https://gitlab.dcdev.jp";
+ REDMINE_HOST = "https://redmine.dcdev.jp";
};
}