Skip to content

Commit

Permalink
feat(git): add git-absorb
Browse files Browse the repository at this point in the history
  • Loading branch information
gekoke committed Sep 27, 2024
1 parent 0950187 commit ced6402
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion modules/nixos/programs/git/default.nix
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
{ config, lib, ... }:
{
config,
lib,
pkgs,
...
}:
with lib;
with lib.elementary;
let
Expand All @@ -17,6 +22,7 @@ in

config = mkIf cfg.enable {
elementary.home = {
packages = [ pkgs.git-absorb ];
programs.git = {
enable = true;
inherit (cfg) userName userEmail;
Expand Down

0 comments on commit ced6402

Please sign in to comment.