From 9737d34e9c51926f0564ddff19868f57a1c2347f Mon Sep 17 00:00:00 2001 From: Profpatsch Date: Thu, 4 Feb 2021 10:33:18 +0100 Subject: machines/profpatsch: add gitFull and github-cli --- machines/profpatsch/base-workstation.nix | 1 + machines/profpatsch/shiki.nix | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/machines/profpatsch/base-workstation.nix b/machines/profpatsch/base-workstation.nix index dab68006..09cbf054 100644 --- a/machines/profpatsch/base-workstation.nix +++ b/machines/profpatsch/base-workstation.nix @@ -131,6 +131,7 @@ in { stow # dotfile management traceroute # trace ip routes wirelesstools # iwlist (wifi scan) + gitFull # git with send-email ]; # minimal set of gui applications guiPkgs = [ diff --git a/machines/profpatsch/shiki.nix b/machines/profpatsch/shiki.nix index 67e46670..035e7104 100644 --- a/machines/profpatsch/shiki.nix +++ b/machines/profpatsch/shiki.nix @@ -177,7 +177,7 @@ in { # myPkgs.fast-init # fast-init of haskell projects # gitAndTools.git-annex # version controlled binary file storage # gitAndTools.git-dit # decentral issue tracking for git - # gitAndTools.git-hub # lightweight GitHub integration + github-cli # official github cli # TODO: move to user config direnv -- cgit 1.4.1