a
This commit is contained in:
parent
14af1ab2bf
commit
f03fe0e542
2 changed files with 19 additions and 0 deletions
|
|
@ -29,6 +29,7 @@ in
|
|||
"lens"
|
||||
"logseq"
|
||||
"discord"
|
||||
"finicky"
|
||||
"vlc"
|
||||
"parsec"
|
||||
"element"
|
||||
|
|
@ -61,6 +62,7 @@ in
|
|||
pkgs.substituteAll {
|
||||
src = ./hammerspoon.lua; inherit myEmacs;
|
||||
};
|
||||
home.file.".finicky.js".source = ./finicky.js;
|
||||
|
||||
programs.home-manager.enable = true;
|
||||
home.stateVersion = "21.11";
|
||||
|
|
|
|||
17
hosts/daedalus/finicky.js
Normal file
17
hosts/daedalus/finicky.js
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
module.exports = {
|
||||
defaultBrowser: "Safari",
|
||||
handlers: [
|
||||
{
|
||||
match: /^https?:\/\/gitlab\.com\/.*$/,
|
||||
browser: "Vivaldi.app"
|
||||
},
|
||||
{
|
||||
match: /^https?:\/\/.*\.atlassian\.com\/.*$/,
|
||||
browser: "Vivaldi.app"
|
||||
},
|
||||
{
|
||||
match: undefined,
|
||||
browser: "Safari"
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue