Git branchless

This commit is contained in:
Nathan McCarty 2022-10-02 16:42:53 -04:00
parent ad1da3a8d0
commit 3376ef1743
Signed by: thatonelutenist
GPG Key ID: D70DA3DD4D1E9F96
1 changed files with 5 additions and 1 deletions

View File

@ -1,4 +1,4 @@
{ config, lib, pkgs, ... }:
{ config, lib, pkgs, inputs, ... }:
with lib;
{
config = mkMerge [
@ -58,6 +58,10 @@ with lib;
];
})
(mkIf config.nathan.programs.util.git.enable {
# Git adjacent packages
home.packages = [
inputs.nixpkgs-unstable.legacyPackages."${pkgs.system}".git-branchless
];
#########################
## Git configuration
#########################