From 9a12785cf8297c9c8735c683d11ad66024c20573 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Thu, 6 Feb 2025 07:00:24 +0000 Subject: [PATCH] Add cmatrix for shell --- system/home/shell/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/system/home/shell/default.nix b/system/home/shell/default.nix index 486156c1..c8a41691 100644 --- a/system/home/shell/default.nix +++ b/system/home/shell/default.nix @@ -15,6 +15,7 @@ asciiquarium-transparent pipes cbonsai + cmatrix ]; shellAliases = { nixpkgs-manual = "xdg-open $(nix build nixpkgs#nixpkgs-manual --print-out-paths --no-link)/share/doc/nixpkgs/manual.html";