sombrero: Move tig to git module

This commit is contained in:
Alexander Heldt
2023-11-02 08:33:20 +01:00
parent b2a8e45127
commit 88b7de33e0
2 changed files with 2 additions and 1 deletions

View File

@@ -69,7 +69,6 @@
gnumake
mkpasswd
vim
tig
unar
];

View File

@@ -18,6 +18,8 @@ in
{ path = ./gitconfig; }
];
};
home.packages = [ pkgs.tig ];
};
};
}