Skip to content

Commit

Permalink
feat: Add git-absorb to dev packages
Browse files Browse the repository at this point in the history
  • Loading branch information
jalil-salame committed Feb 18, 2024
1 parent 0ef0884 commit 18f0549
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion home/options.nix
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ in
description = lib.mdDoc "Setup development environment for programming languages.";
default = { };
type = types.submodule {
options.extraPackages = mkExtraPackagesOption "dev" [ [ "typos" ] [ "just" ] ];
options.extraPackages = mkExtraPackagesOption "dev" [ [ "typos" ] [ "just" ] [ "git-absorb" ] ];
options.rust = lib.mkOption {
description = "Jalil's default rust configuration.";
default = { };
Expand Down

0 comments on commit 18f0549

Please sign in to comment.