diff options
author | Karel Kočí <cynerd@email.cz> | 2022-12-04 13:35:04 +0100 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2022-12-04 13:35:04 +0100 |
commit | 03151e48368bdf45ccae8ae1997e41d046c2bbdd (patch) | |
tree | 06cf01e100125d4a9cfb097ba6b9fe254d6fa690 /nixos | |
parent | baffb7181b8f2e71d943a14a4d1e16afb5fb2472 (diff) | |
download | nixos-personal-03151e48368bdf45ccae8ae1997e41d046c2bbdd.tar.gz nixos-personal-03151e48368bdf45ccae8ae1997e41d046c2bbdd.tar.bz2 nixos-personal-03151e48368bdf45ccae8ae1997e41d046c2bbdd.zip |
nixos: add few packages
Diffstat (limited to 'nixos')
-rw-r--r-- | nixos/modules/develop.nix | 5 | ||||
-rw-r--r-- | nixos/modules/generic.nix | 2 |
2 files changed, 5 insertions, 2 deletions
diff --git a/nixos/modules/develop.nix b/nixos/modules/develop.nix index f827292..fee6db5 100644 --- a/nixos/modules/develop.nix +++ b/nixos/modules/develop.nix @@ -48,7 +48,10 @@ in { python-lsp-black pylint pydocstyle - mypy pygraphviz + mypy + + pygobject3 + pygraphviz matplotlib python-gitlab PyGithub diff --git a/nixos/modules/generic.nix b/nixos/modules/generic.nix index dafeb16..7760470 100644 --- a/nixos/modules/generic.nix +++ b/nixos/modules/generic.nix @@ -50,7 +50,7 @@ in { gnumake exfat exfatprogs ntfs3g nix-index - usbutils pciutils + usbutils pciutils smartmontools # NCurses tools htop iotop #glances |