From 4f410aae228c5d0d676c0c71a86409340d298005 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Mon, 24 Nov 2025 00:11:01 +0200 Subject: [PATCH] workstation: +pymodbus --- modules/profiles/desktop/default.nix | 9 --------- modules/profiles/workstation/default.nix | 10 ++++++++++ 2 files changed, 10 insertions(+), 9 deletions(-) diff --git a/modules/profiles/desktop/default.nix b/modules/profiles/desktop/default.nix index 1016ead..9ddc416 100644 --- a/modules/profiles/desktop/default.nix +++ b/modules/profiles/desktop/default.nix @@ -250,15 +250,6 @@ in xorg.lndir xorg.xinit - (python3.withPackages ( - ps: with ps; [ - numpy - pyyaml - ipython - matplotlib - ] - )) - ]; # https://discourse.nixos.org/t/nixos-rebuild-switch-upgrade-networkmanager-wait-online-service-failure/30746 diff --git a/modules/profiles/workstation/default.nix b/modules/profiles/workstation/default.nix index f70be0a..3ac28d3 100644 --- a/modules/profiles/workstation/default.nix +++ b/modules/profiles/workstation/default.nix @@ -76,6 +76,16 @@ in wineWowPackages.full openorienteering-mapper + (python3.withPackages ( + ps: with ps; [ + numpy + pyyaml + ipython + pymodbus + matplotlib + ] + )) + (texlive.combine { inherit (texlive) lithuanian