From e32a55dc90119a747fbd9dbbbbc6833dff20f4a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Tue, 24 Dec 2024 19:26:38 -0500 Subject: [PATCH] Add program to read comic books, zines, graphic novels a bit more easily --- configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/configuration.nix b/configuration.nix index 2f06619..2518d47 100644 --- a/configuration.nix +++ b/configuration.nix @@ -78,6 +78,7 @@ nextcloud-client # nfs-utils nix-search-cli + peruse # Read comic books, zines, graphic novels a bit more easily php # does PHP 8.2 currently and there's php81, php83, and php84 alternatives php82Packages.composer (python3.withPackages(ps: with ps; [ numpy pandas python-dotenv ])) # https://github.com/NixOS/nixpkgs/blob/master/doc/languages-frameworks/python.section.md#environment-defined-in-etcnixosconfigurationnix-environment-defined-in-etcnixosconfigurationnix (note this is literally the last thing they wanted me to do, would rather it not be global)