This commit is contained in:
2024-03-30 12:17:29 +01:00
parent d51ea215f8
commit 45932905cb
45 changed files with 448 additions and 189 deletions

View File

@@ -15,7 +15,7 @@ let
in {
home.sessionVariables = { EDITOR = "nvim"; };
home.packages = with pkgs; [ nerdfonts ];
home.packages = with pkgs; [ nerdfonts texliveFull ];
programs.neovim = {
enable = true;
@@ -90,7 +90,6 @@ in {
isort
python311Packages.autopep8
# LaTeX
texliveFull
texlab
xdotool
pplatex