Skip to content

Commit

Permalink
home-manager/git: use programs.git.package to create gk alias
Browse files Browse the repository at this point in the history
  • Loading branch information
thiagokokada committed Oct 16, 2023
1 parent d4c9074 commit 66c5c39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion home-manager/cli/git.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ in
github-cli
] ++ lib.optionals cfg.enableGui [
(run-bg-alias "gcd" "${git-cola}/bin/git-cola dag")
(run-bg-alias "gk" "${gitFull}/bin/gitk")
(run-bg-alias "gk" "${config.programs.git.package}/bin/gitk")
git-cola
];

Expand Down

0 comments on commit 66c5c39

Please sign in to comment.