From 617d2cadf8ed32969ee9a1e3c6f4c23bbe1de5ba Mon Sep 17 00:00:00 2001 From: Bryan Ramos Date: Tue, 20 Jun 2023 11:49:45 -0400 Subject: [PATCH] screenkey --- 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 8001917..bab03f3 100644 --- a/homeConfig/modules/fun/default.nix +++ b/homeConfig/modules/fun/default.nix @@ -17,7 +17,7 @@ in }; home.packages = with pkgs; [ - spotify discord steam + spotify discord steam showmethekey ]; }; }