latex
move from texliveFull to combined and fix doublicated load to ensure correct paths
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{ pkgs, inputs, ... }:
|
||||
{ inputs, ... }:
|
||||
|
||||
{
|
||||
imports = [
|
||||
@@ -11,10 +11,6 @@
|
||||
programs.nixvim = {
|
||||
enable = true;
|
||||
defaultEditor = true;
|
||||
extraPackages = with pkgs; [
|
||||
texlive.combined.scheme-full
|
||||
# papis-nvim
|
||||
];
|
||||
|
||||
nixpkgs.useGlobalPackages = false;
|
||||
|
||||
|
||||
@@ -1,11 +1,9 @@
|
||||
{ pkgs,... }:
|
||||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
programs.nixvim = {
|
||||
extraPackages = with pkgs; [
|
||||
texliveFull
|
||||
texlivePackages.standalone
|
||||
texlivePackages.relsize # needed for BA
|
||||
texlive.combined.scheme-full
|
||||
# papis-nvim
|
||||
];
|
||||
|
||||
@@ -14,6 +12,7 @@
|
||||
enable = true;
|
||||
lazyLoad.settings.filetype = [ "tex" ];
|
||||
|
||||
texlivePackage = pkgs.texlive.combined.scheme-full;
|
||||
settings = {
|
||||
view_automatic = false;
|
||||
mappings_disable = {
|
||||
|
||||
Reference in New Issue
Block a user