diff options
-rw-r--r-- | nixhome/.config/nixpkgs/home.nix | 6 | ||||
-rw-r--r-- | nixhome/.config/nixpkgs/overlays/pythonEnv.nix | 2 |
2 files changed, 5 insertions, 3 deletions
diff --git a/nixhome/.config/nixpkgs/home.nix b/nixhome/.config/nixpkgs/home.nix index d1fbafe..dbdfc63 100644 --- a/nixhome/.config/nixpkgs/home.nix +++ b/nixhome/.config/nixpkgs/home.nix @@ -18,7 +18,7 @@ in { gcc go clang-tools gdb php unstable.ghc stack racket chez rustc cargo rls kak-lsp editorconfig-core-c chez - gh glab + gh glab julia-bin # Gui applications pkgs.firefox pavucontrol evince leafpad inkscape gimp @@ -39,7 +39,9 @@ in { mfirstuc xfor datatool mdframed zref needspace placeins wrapfig tcolorbox environ listingsutf8 subfiles acmart totpages hyperxmp ifmtarg ncctools comment libertine inconsolata newtx - filecontents pgf-pie mwe + filecontents pgf-pie mwe ieeetran background titlesec + everypage tocbibind ifoddpage relsize xpatch hyphenat + float adjustbox collectbox ; }) biber diff --git a/nixhome/.config/nixpkgs/overlays/pythonEnv.nix b/nixhome/.config/nixpkgs/overlays/pythonEnv.nix index 1acf14d..0153538 100644 --- a/nixhome/.config/nixpkgs/overlays/pythonEnv.nix +++ b/nixhome/.config/nixpkgs/overlays/pythonEnv.nix @@ -12,7 +12,7 @@ self: super: { # Math stuff numpy scipy matplotlib - pillow networkx + pillow networkx pydot ] )) ]; |