aboutsummaryrefslogtreecommitdiff
path: root/nixos
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2024-03-15 10:56:06 +0100
committerKarel Kočí <cynerd@email.cz>2024-03-15 10:56:06 +0100
commit37cb70e417010417fabb10c789c87a5eb79ac151 (patch)
treee31f2f421551cf68b37088577e74e7c9c265b053 /nixos
parentb02fd72da221fdecad6840fde9e9bff611276efa (diff)
downloadnixos-personal-37cb70e417010417fabb10c789c87a5eb79ac151.tar.gz
nixos-personal-37cb70e417010417fabb10c789c87a5eb79ac151.tar.bz2
nixos-personal-37cb70e417010417fabb10c789c87a5eb79ac151.zip
devShells: drop those that I do not use offten
Diffstat (limited to 'nixos')
-rw-r--r--nixos/modules/desktop.nix1
-rw-r--r--nixos/modules/develop.nix27
2 files changed, 24 insertions, 4 deletions
diff --git a/nixos/modules/desktop.nix b/nixos/modules/desktop.nix
index e33a8d9..8238af7 100644
--- a/nixos/modules/desktop.nix
+++ b/nixos/modules/desktop.nix
@@ -143,7 +143,6 @@ in {
gst_all_1.gst-plugins-viperfx
# Writing
- texlive.combined.scheme-full
typst
typst-fmt
typst-live
diff --git a/nixos/modules/develop.nix b/nixos/modules/develop.nix
index 5e812b2..2daead8 100644
--- a/nixos/modules/develop.nix
+++ b/nixos/modules/develop.nix
@@ -70,9 +70,6 @@ in {
pytest-html
pytest-tap
coverage
- python-lsp-black
- pylint
- pydocstyle
mypy
pygraphviz
@@ -80,10 +77,34 @@ in {
python-gitlab
PyGithub
+
+ schema
+ jinja2
+ ruamel-yaml
+ msgpack
+ urllib3
+
+ influxdb-client
+ psycopg
+ paho-mqtt
+
+ humanize
+ rich
+
+ pygobject3
+
+ pyserial
+ pylibftdi
+ pylxd
+ selenium
]))
ruff
geckodriver
chromedriver
+ # Libraries to be used by python packages
+ gobject-introspection
+ gtk3
+ gtk4
# Lua
selene