From 9f54827526124b7a80bf37f19469beb01ab868dc Mon Sep 17 00:00:00 2001 From: Bryan Ramos Date: Fri, 30 Jun 2023 18:28:37 -0400 Subject: [PATCH] hacker man --- homeConfig/modules/fun/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homeConfig/modules/fun/default.nix b/homeConfig/modules/fun/default.nix index afd1711..d06a1ba 100644 --- a/homeConfig/modules/fun/default.nix +++ b/homeConfig/modules/fun/default.nix @@ -17,7 +17,7 @@ in }; home.packages = with pkgs; [ - spotify webcord showmethekey + spotify webcord showmethekey cmatrix ]; }; }