diff --git a/system/home-manager/desktop.nix b/system/home-manager/desktop.nix index b55b278..3b3c226 100644 --- a/system/home-manager/desktop.nix +++ b/system/home-manager/desktop.nix @@ -73,24 +73,6 @@ in { }; }; - xdg.configFile."fontconfig/no-ligatures.conf".text = '' - - - - Disable ligatures for monospaced fonts - - - Jetbrains Mono - - - liga off - dlig off - calt off - - - - ''; - programs.git = { enable = true; package = pkgs.gitFull; @@ -339,6 +321,24 @@ in { }; xdg.configFile = { + "fontconfig/no-ligatures.conf".text = '' + + + + Disable ligatures for monospaced fonts + + + 100 + + + liga off + dlig off + calt off + clig off + + + + ''; "latexmk/latexmkrc".text = '' $pdf_previewer = '${pkgs.zathura}/bin/zathura'; $latex = 'latex -interaction=nonstopmode';