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 ]; }