Update inputs and config
This commit is contained in:
parent
eb8437814c
commit
2a6d8527bf
3 changed files with 25 additions and 31 deletions
|
@ -1,7 +1,10 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
|
||||
home.packages = [ pkgs.git-absorb ];
|
||||
home.packages = with pkgs; [
|
||||
git-absorb
|
||||
git-trim
|
||||
];
|
||||
programs.git = {
|
||||
enable = true;
|
||||
package = pkgs.gitAndTools.gitFull;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue