git: add git-open

This commit is contained in:
Sam W 2022-11-19 22:36:24 +00:00
parent 6c85de5bcd
commit b9820b9a5e
1 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,5 @@
{...}: {
{pkgs, ...}: {
home.packages = [pkgs.git-open];
programs.git = {
enable = true;
userName = "Sam Willcocks";