parent
fe7b03dd4a
commit
a51db7b00f
23 changed files with 154 additions and 107 deletions
common/home/git
|
@ -1,11 +1,15 @@
|
|||
{pkgs, ...}: {
|
||||
{
|
||||
pkgs,
|
||||
self,
|
||||
...
|
||||
}: {
|
||||
programs = {
|
||||
git = {
|
||||
enable = true;
|
||||
lfs.enable = true;
|
||||
|
||||
includes = [
|
||||
{path = "${pkgs.dracula-theme}/git-colors";}
|
||||
{path = toString self.packages.${pkgs.system}.dracula.git;}
|
||||
|
||||
{
|
||||
condition = "hasconfig:remote.*.url:git@github.com:*/**";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue