1
mirror of https://github.com/wlcx/home.git synced 2025-10-11 22:43:44 +01:00

git: add git-open

This commit is contained in:
Sam W 2022-11-19 22:36:24 +00:00
parent 6c85de5bcd
commit b9820b9a5e

View File

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