1
0
mirror of https://github.com/ellmau/nixos.git synced 2025-12-19 09:29:36 +01:00

HOME changed gh setup

This commit is contained in:
Stefan Ellmauthaler 2021-12-01 09:32:26 +01:00
parent 300c4ee9ba
commit 11d3ec5b50

View File

@ -21,12 +21,12 @@
gh = { gh = {
enable = true; enable = true;
}; settings = {
}; aliases = {};
editor = {};
xdg = { git_protocol = "ssh";
configFile."gh/config.yml" = { prompt = "enabled";
source = conf/gh/config.yml; };
}; };
}; };
}; };