diff options
author | Julian T <julian@jtle.dk> | 2022-03-29 09:26:01 +0200 |
---|---|---|
committer | Julian T <julian@jtle.dk> | 2022-03-29 09:26:01 +0200 |
commit | 5742dbdfb4184385d96699d6d0d626abee4549dd (patch) | |
tree | 7da9b130fefaf50dbdb03cc73a8c0e1359a8d086 | |
parent | 2d8f41149631f6c68564975c6c6b0b2006ed4763 (diff) |
More home manager packages
-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 ] )) ]; |