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 ]; }; }