move from texliveFull to combined and fix doublicated load to ensure
correct paths
This commit is contained in:
2026-05-08 15:02:33 +02:00
parent b27558c854
commit 46c54570d6
2 changed files with 4 additions and 9 deletions

View File

@@ -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;