diff --git a/nixos/layers/dev-python.nix b/nixos/layers/dev-python.nix
index de6fa21d3962c34e82bd8aa6275c27a92ddf0c8a..ecc45066e5378cacc6730ba42c80befdd7d2dca5 100644
--- a/nixos/layers/dev-python.nix
+++ b/nixos/layers/dev-python.nix
@@ -2,6 +2,6 @@
 
 {
   environment.systemPackages = with pkgs; [
-    python3
+    (pkgs.python3.withPackages (p: with p; [ ipython ]))
   ];
 }
\ No newline at end of file