From aa01060331c33f56bb45167be0bd508f041ff9df Mon Sep 17 00:00:00 2001 From: Rowan Torbitzky-Lane Date: Sat, 26 Apr 2025 21:48:21 -0500 Subject: [PATCH] add pygments --- flake.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/flake.nix b/flake.nix index c2d7ab4..10ac500 100644 --- a/flake.nix +++ b/flake.nix @@ -29,6 +29,7 @@ gdb # gdb-dashboard bacon + python313Packages.pygments ]; shellHook = '' export SHELL=${pkgs.lib.getExe pkgs.bashInteractive}