From cdfda8b6f148ba61b616617394f57b7525444e34 Mon Sep 17 00:00:00 2001 From: Innovation Date: Mon, 6 May 2024 19:52:54 -0500 Subject: [PATCH] Added python311Full and pip --- nixos/configuration.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/nixos/configuration.nix b/nixos/configuration.nix index 5a643fc..69d7889 100644 --- a/nixos/configuration.nix +++ b/nixos/configuration.nix @@ -109,6 +109,9 @@ mesa nvtop pavucontrol + gpsd + python311Full + python311Packages.pip ]; programs.steam.enable = true;