diff options
author | Azat Bahawi <azat@bahawi.net> | 2023-08-23 02:25:27 +0300 |
---|---|---|
committer | Azat Bahawi <azat@bahawi.net> | 2023-08-23 02:25:27 +0300 |
commit | 0e41d27187cd230111d44738b06f35efa7537b14 (patch) | |
tree | d9dc6610df0109fe530080bdbfd77d9aa7640c8c /modules/common/git.nix | |
parent | 2023-08-13 (diff) |
2023-08-23
Diffstat (limited to '')
-rw-r--r-- | modules/common/git.nix | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/modules/common/git.nix b/modules/common/git.nix index 2e5c834..7f06676 100644 --- a/modules/common/git.nix +++ b/modules/common/git.nix @@ -32,7 +32,11 @@ in { }; hm = { - home.packages = with pkgs; [glab hut]; + home.packages = with pkgs; [ + git-extras + glab + hut + ]; programs = { git = { |