From e7f9a863d5f66b2f09045e110a0656a580d50f1d Mon Sep 17 00:00:00 2001 From: twoneis Date: Mon, 13 Nov 2023 19:50:19 +0100 Subject: [PATCH] moved gh to home packages --- modules/home/git/default.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/modules/home/git/default.nix b/modules/home/git/default.nix index 1f391ca..ee922b9 100644 --- a/modules/home/git/default.nix +++ b/modules/home/git/default.nix @@ -4,4 +4,8 @@ userName = "twoneis"; userEmail = "sanjay29@sapura.de"; }; + + programs.gh = { + enable = true; + }; }