various updates

- nvim fixes
- firefox updates
- stop breaking sxhkdrc
This commit is contained in:
Anish Lakhwara
2022-09-27 22:13:16 +10:00
parent aa30562d5b
commit 670a756cff
7 changed files with 591 additions and 291 deletions
+8
View File
@@ -1,5 +1,12 @@
{ config, pkgs, lib, ... }:
let
tex = (pkgs.texlive.combine {
inherit (pkgs.texlive) scheme-basic
dvisvgm dvipng# for preview and export as html
wrapfig amsmath ulem hyperref capt-of;
#(setq org-latex-compiler "lualatex")
#(setq org-preview-latex-default-process 'dvisvgm)
});
dracula-gtk = pkgs.fetchFromGitHub {
owner = "dracula";
repo = "gtk";
@@ -72,6 +79,7 @@ in
calendar-cli
wyrd
tootle
tex
];