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 { (ollama.override {
acceleration = "cuda"; acceleration = "cuda";
}) })
typst
jujutsu jujutsu
@ -429,10 +431,6 @@ in {
poppler # ??? poppler # ???
fzf # ??? fzf # ???
# Editor
helix
vscode
docker-compose docker-compose
# Mail Client # Mail Client

View File

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