From 1b28c88f03b68fae80e1456ab6610a8a30900986 Mon Sep 17 00:00:00 2001 From: Martin Larsson Date: Mon, 24 Feb 2025 15:04:36 +0000 Subject: [PATCH] Add python 11 and pcre to nix home packages --- nix/pkgs/home.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nix/pkgs/home.nix b/nix/pkgs/home.nix index 2053ed0..cda0f05 100644 --- a/nix/pkgs/home.nix +++ b/nix/pkgs/home.nix @@ -119,6 +119,8 @@ in tree-sitter codelldb bottom + python311 + pcre ]; file = symlinkFiles;