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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user