From 11d3ec5b506b84f2b77ad56bbb4151f067978e9f Mon Sep 17 00:00:00 2001 From: Stefan Ellmauthaler Date: Wed, 1 Dec 2021 09:32:26 +0100 Subject: [PATCH] HOME changed gh setup --- users/ellmau/git.nix | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/users/ellmau/git.nix b/users/ellmau/git.nix index 20d4acf..0ea953e 100644 --- a/users/ellmau/git.nix +++ b/users/ellmau/git.nix @@ -21,12 +21,12 @@ gh = { enable = true; - }; - }; - - xdg = { - configFile."gh/config.yml" = { - source = conf/gh/config.yml; + settings = { + aliases = {}; + editor = {}; + git_protocol = "ssh"; + prompt = "enabled"; + }; }; }; };