nixd moved
This commit is contained in:
parent
9ddd8b7fa0
commit
5a9d8a6533
@ -1,6 +1,9 @@
|
||||
{ pkgs }:
|
||||
|
||||
with pkgs; [
|
||||
with pkgs;
|
||||
[
|
||||
# Nix
|
||||
nixd
|
||||
# General packages for development and system management
|
||||
#alacritty
|
||||
aspell
|
||||
@ -62,6 +65,28 @@ with pkgs; [
|
||||
python3
|
||||
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
|
||||
;
|
||||
|
||||
})
|
||||
|
||||
]
|
||||
|
Loading…
x
Reference in New Issue
Block a user