This commit is contained in:
2026-02-25 00:24:43 +01:00
parent cd8ef7e5db
commit a1952fa7a9
5 changed files with 48 additions and 73 deletions

View File

@@ -29,14 +29,9 @@
};
signing = {
<<<<<<< HEAD
key = email;
signByDefault = false;
=======
key = userConfig.signingKey;
signByDefault = true;
format = "ssh";
>>>>>>> c77553344515b404d765c04e1e472dac1cf4bb94
};
ignores = [

View File

@@ -1,14 +1,9 @@
{
<<<<<<< HEAD
inputs,
pkgs,
isNixOS,
lib,
=======
isNixOS,
lib,
userConfig,
>>>>>>> c77553344515b404d765c04e1e472dac1cf4bb94
inputs,
pkgs,
...
}:

View File

@@ -15,7 +15,11 @@
defaultApplications = {
"application/pdf" = [ "org.pwmt.zathura.desktop" ];
"text/html" = [ "zen.desktop" ];
"text/html" = [
"zen-beta.desktop"
"zen.desktop"
"chromium.desktop"
];
"application/xhtml+xml" = [ "zen.desktop" ];
"x-scheme-handler/http" = [ "zen.desktop" ];
"x-scheme-handler/https" = [ "zen.desktop" ];