nixd moved

This commit is contained in:
Olaf 2025-05-08 18:34:53 +02:00
parent 9ddd8b7fa0
commit 5a9d8a6533

View File

@ -1,6 +1,9 @@
{ pkgs }: { pkgs }:
with pkgs; [ with pkgs;
[
# Nix
nixd
# General packages for development and system management # General packages for development and system management
#alacritty #alacritty
aspell aspell
@ -62,6 +65,28 @@ with pkgs; [
python3 python3
virtualenv virtualenv
# Development # Rust Related
rustc
cargo
# Tex and LaTex
pandoc
mdbook
(texlive.combine {
inherit (texlive)
scheme-small
enumitem
xifthen
ifmtarg
fontawesome5
sourcesanspro
tcolorbox
tikzfill
makecell
bibunits
;
})
] ]