From 8543246eef3333cf53fe2b68922223e6f7237540 Mon Sep 17 00:00:00 2001 From: itsscb Date: Sat, 2 Aug 2025 18:51:12 +0200 Subject: [PATCH] feat: remove bloat feat: add typst --- configuration.nix | 6 ++---- home.nix | 44 ++++++++++++++++++++++---------------------- 2 files changed, 24 insertions(+), 26 deletions(-) diff --git a/configuration.nix b/configuration.nix index 40ed0b4..4324150 100644 --- a/configuration.nix +++ b/configuration.nix @@ -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 diff --git a/home.nix b/home.nix index 399c50e..f83016b 100644 --- a/home.nix +++ b/home.nix @@ -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 = {