From f53a8cc23ae6ff93c8c604b24f37ff644696e57d Mon Sep 17 00:00:00 2001 From: xenia Date: Fri, 4 Oct 2024 21:34:14 +0200 Subject: [PATCH] Add some new packages --- home/common.nix | 3 ++- nixos/base.nix | 2 ++ nixos/graphical.nix | 3 +++ 3 files changed, 7 insertions(+), 1 deletion(-) diff --git a/home/common.nix b/home/common.nix index 59d909c2..c459ea72 100644 --- a/home/common.nix +++ b/home/common.nix @@ -35,7 +35,8 @@ in rec { gleam erlang ghc ( python311.withPackages (ps: with ps; [ - numpy matplotlib sympy scipy pandas jupyter + numpy matplotlib sympy scipy pandas jupyter soundfile + pygame # pwntools z3 tqdm pyusb usbtmc diff --git a/nixos/base.nix b/nixos/base.nix index 4c78e3c8..d8c6ee37 100644 --- a/nixos/base.nix +++ b/nixos/base.nix @@ -65,6 +65,8 @@ binutils coreutils + lsof file traceroute + home-manager git # for home-manager ]; diff --git a/nixos/graphical.nix b/nixos/graphical.nix index e332c031..0244e9c0 100644 --- a/nixos/graphical.nix +++ b/nixos/graphical.nix @@ -60,5 +60,8 @@ in thunderbird glxinfo start-plasma-shortcut + remmina + libreoffice + kicad-small ]; }