switch markdown-preview browser to epiphany 🤷
This commit is contained in:
parent
a1d6a1e4cb
commit
265cd0eb90
1 changed files with 1 additions and 1 deletions
|
@ -149,11 +149,11 @@
|
|||
};
|
||||
markdown-preview = {
|
||||
enable = true;
|
||||
browser = "${pkgs.librewolf}/bin/librewolf";
|
||||
openToTheWorld = true;
|
||||
previewOptions = {
|
||||
disable_filename = true;
|
||||
};
|
||||
browser = "${pkgs.epiphany}/bin/epiphany";
|
||||
};
|
||||
neo-tree = {
|
||||
enable = true;
|
||||
|
|
Loading…
Reference in a new issue