From 0b323bcfdab29387e5b5e80d6bee9c85d31cf702 Mon Sep 17 00:00:00 2001 From: xenia Date: Sun, 16 Feb 2025 16:58:08 +0100 Subject: [PATCH] add some packages --- home/common.nix | 2 +- nixos/machines/foxhut/machine.nix | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/home/common.nix b/home/common.nix index d50d51cb..39c6ff43 100644 --- a/home/common.nix +++ b/home/common.nix @@ -38,7 +38,7 @@ in rec { numpy matplotlib sympy scipy pandas jupyter soundfile pygame # pwntools - z3 tqdm + tqdm pyusb usbtmc ipython mypy (pylsp-mypy.overrideAttrs (old: { doCheck = false; })) ])) diff --git a/nixos/machines/foxhut/machine.nix b/nixos/machines/foxhut/machine.nix index 057d0d71..aac13939 100644 --- a/nixos/machines/foxhut/machine.nix +++ b/nixos/machines/foxhut/machine.nix @@ -8,6 +8,9 @@ wireguard-tools cifs-utils sshfs + rmapi + transmission_4-qt + vlc ]) ++ (with pkgs; [ prismlauncher ]);