From 1aeae3081adc852d0f3afb041e14b3353e46d1e3 Mon Sep 17 00:00:00 2001 From: Alexander Heldt Date: Fri, 3 Nov 2023 11:58:46 +0100 Subject: [PATCH] pinwheel: Add `python3` --- hosts/pinwheel/home.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/pinwheel/home.nix b/hosts/pinwheel/home.nix index 70fe5f7..fd79426 100644 --- a/hosts/pinwheel/home.nix +++ b/hosts/pinwheel/home.nix @@ -15,6 +15,7 @@ pkgs.wdisplays pkgs.ungoogled-chromium pkgs.unar + pkgs.python3 ]; home.stateVersion = "23.05";