From 6d80cb5b0bb6344b120d99870f1fc5faa314efa0 Mon Sep 17 00:00:00 2001 From: Skylar Hill Date: Sun, 7 Apr 2024 18:24:34 -0500 Subject: [PATCH] Add blinkenlights x86 emulator --- Sanderson.org | 1 + home/sanderson.scm | 1 + 2 files changed, 2 insertions(+) diff --git a/Sanderson.org b/Sanderson.org index a8935ad..77f118a 100644 --- a/Sanderson.org +++ b/Sanderson.org @@ -112,6 +112,7 @@ (packages (append (specifications->packages (list "bat" + "blinkenlights" "calibre" "emacs" "firefox" diff --git a/home/sanderson.scm b/home/sanderson.scm index 4a9616f..d749078 100644 --- a/home/sanderson.scm +++ b/home/sanderson.scm @@ -22,6 +22,7 @@ (packages (append (specifications->packages (list "bat" + "blinkenlights" "calibre" "emacs" "firefox"