From d1cbdf3bb45e98f92c49c37348be0db4816bcb92 Mon Sep 17 00:00:00 2001
From: Oliver Davies <oliver@oliverdavies.dev>
Date: Thu, 6 Mar 2025 00:51:52 +0000
Subject: [PATCH] Add bc

Needed for the `displayselect` script that I'm testing from Luke Smith's
voidrice repo.

https://github.com/LukeSmithxyz/voidrice/blob/1e750084e5194375002433e3aee554814beef4c1/.local/bin/displayselect
---
 nix/hosts/t490/configuration.nix | 1 +
 1 file changed, 1 insertion(+)

diff --git a/nix/hosts/t490/configuration.nix b/nix/hosts/t490/configuration.nix
index 88a55c5e..81636500 100644
--- a/nix/hosts/t490/configuration.nix
+++ b/nix/hosts/t490/configuration.nix
@@ -51,6 +51,7 @@
   };
 
   environment.systemPackages = with pkgs; [
+    bc # Needed for ./displayselect script.
     gtypist
     newsboat
     pam_gnupg