about summary refs log tree commit diff
path: root/modules/common/git.nix
diff options
context:
space:
mode:
authorAzat Bahawi <azat@bahawi.net>2023-08-23 02:25:27 +0300
committerAzat Bahawi <azat@bahawi.net>2023-08-23 02:25:27 +0300
commit0e41d27187cd230111d44738b06f35efa7537b14 (patch)
treed9dc6610df0109fe530080bdbfd77d9aa7640c8c /modules/common/git.nix
parent2023-08-13 (diff)
2023-08-23
Diffstat (limited to '')
-rw-r--r--modules/common/git.nix6
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 = {

Consider giving Nix/NixOS a try! <3