From b70ec0e693a71c1f0a52566f8c7dd7fe39e29fd2 Mon Sep 17 00:00:00 2001 From: Bryan Ramos Date: Sun, 12 May 2024 23:47:14 -0400 Subject: [PATCH] showmethekey -> removed --- src/user/modules/gui/modules/fun/default.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/src/user/modules/gui/modules/fun/default.nix b/src/user/modules/gui/modules/fun/default.nix index e40c2f0..847993e 100644 --- a/src/user/modules/gui/modules/fun/default.nix +++ b/src/user/modules/gui/modules/fun/default.nix @@ -19,7 +19,6 @@ in home.packages = with pkgs; [ spotify webcord - showmethekey ]; }; }