home
This commit is contained in:
parent
5d88fe7b77
commit
4f75ce9da5
3 changed files with 19 additions and 5 deletions
|
|
@ -1,7 +1,7 @@
|
|||
{zen-browser, system, pkgs, lib, ...}: {
|
||||
imports = [ zen-browser.homeManagerModules.zen-browser ];
|
||||
|
||||
home.file.".mozilla/native-messaging-hosts".source = lib.mkForce "/home/lilith/.mozilla/native-messaging-hosts";
|
||||
# home.file.".mozilla/native-messaging-hosts".source = lib.mkForce "/home/lilith/.mozilla/native-messaging-hosts";
|
||||
|
||||
programs.zen-browser = {
|
||||
enable = true;
|
||||
|
|
|
|||
|
|
@ -3,15 +3,30 @@
|
|||
enable = true;
|
||||
lfs.enable = true;
|
||||
userName = "Lilith";
|
||||
userEmail = "ole@benstem.de";
|
||||
userEmail = "liv@benstem.de";
|
||||
difftastic.enable = true;
|
||||
signing = {
|
||||
key = "3586D8D6689B9C9ECD598C588712A0F317C37175";
|
||||
signByDefault = true;
|
||||
};
|
||||
extraConfig = {
|
||||
diff.algorithm = "histogram";
|
||||
diff.submodule = "log";
|
||||
diff = {
|
||||
algorith = "histogram";
|
||||
submodule = "log";
|
||||
colorMoved = "plain";
|
||||
renames = true;
|
||||
};
|
||||
|
||||
push = {
|
||||
autoSetupRemote = true;
|
||||
followTags = true;
|
||||
};
|
||||
|
||||
fetch = {
|
||||
prune = true;
|
||||
pruneTags = true;
|
||||
all = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue