enable docker

enable automatic garbage collection
disable swiping in firefox
fix ssh config for work
This commit is contained in:
Pim Kunis 2023-10-18 20:17:03 +02:00
parent a4c108afd5
commit b28f88c5e6
4 changed files with 26 additions and 8 deletions

View file

@ -7,6 +7,10 @@
extraConfig = {
push.autoSetupRemote = true;
};
includes = [{
path = "~/git/suecode/.gitconfig";
condition = "gitdir:~/git/suecode/**";
}];
};
};
}