This commit is contained in:
Lilith 2025-03-14 17:10:18 +01:00
parent 5d88fe7b77
commit 4f75ce9da5
Signed by: lilith
GPG key ID: 8712A0F317C37175
3 changed files with 19 additions and 5 deletions

View file

@ -1 +0,0 @@
{...}: {}

View file

@ -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;

View file

@ -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;
};
};
};
}