feat: remove bloat

feat: add typst
This commit is contained in:
itsscb 2025-08-02 18:51:12 +02:00
parent cba57436be
commit 8543246eef
2 changed files with 24 additions and 26 deletions

View File

@ -311,6 +311,8 @@ in {
(ollama.override {
acceleration = "cuda";
})
typst
jujutsu
@ -429,10 +431,6 @@ in {
poppler # ???
fzf # ???
# Editor
helix
vscode
docker-compose
# Mail Client

View File

@ -6,11 +6,11 @@
}: let
wezterm-config = builtins.fetchGit {
url = "https://git.itsscb.de/itsscb/wezterm.git";
rev = "05ee3ccf7157c156102edb7d7d1abf90faff08aa";
rev = "2ae702d08a920a7ef737ab6cee03f858e4f8f348";
};
neovim-config = builtins.fetchGit {
url = "https://git.itsscb.de/itsscb/kickstart.nvim.git";
rev = "4c13dc8d3990505df81f35b588371f59a4fde793";
rev = "762e7be7030fc83ab2d735a0d400a03a72641bbe";
};
in {
home.username = "itsscb";
@ -252,26 +252,26 @@ home.file.".config/nvim/".source = "${neovim-config}/";
home.packages = with pkgs; [
nemo
texlab
(texlive.combine {
inherit (texlive) scheme-full
latex-bin
latexindent
biber
biblatex
pgf
tikz-cd
xcolor
titlesec
fontawesome5
fontawesome
amsmath
amsfonts
hyperref
geometry
fontspec
latexmk;
})
# texlab
# (texlive.combine {
# inherit (texlive) scheme-full
# latex-bin
# latexindent
# biber
# biblatex
# pgf
# tikz-cd
# xcolor
# titlesec
# fontawesome5
# fontawesome
# amsmath
# amsfonts
# hyperref
# geometry
# fontspec
# latexmk;
# })
];
# wayland.windowManager = {
# hyprland = {