mirror of
https://github.com/szymon-jozef/amazing-dotfiles.git
synced 2026-09-07 12:10:45 +02:00
test
This commit is contained in:
@@ -29,14 +29,9 @@
|
||||
};
|
||||
|
||||
signing = {
|
||||
<<<<<<< HEAD
|
||||
key = email;
|
||||
signByDefault = false;
|
||||
=======
|
||||
key = userConfig.signingKey;
|
||||
signByDefault = true;
|
||||
format = "ssh";
|
||||
>>>>>>> c77553344515b404d765c04e1e472dac1cf4bb94
|
||||
};
|
||||
|
||||
ignores = [
|
||||
|
||||
@@ -1,14 +1,9 @@
|
||||
{
|
||||
<<<<<<< HEAD
|
||||
inputs,
|
||||
pkgs,
|
||||
isNixOS,
|
||||
lib,
|
||||
=======
|
||||
isNixOS,
|
||||
lib,
|
||||
userConfig,
|
||||
>>>>>>> c77553344515b404d765c04e1e472dac1cf4bb94
|
||||
inputs,
|
||||
pkgs,
|
||||
...
|
||||
}:
|
||||
|
||||
|
||||
@@ -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" ];
|
||||
|
||||
Reference in New Issue
Block a user