From b991c0005bb3fe7d614909f5f26e90939f396c08 Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Wed, 2 Aug 2023 02:21:42 +0300 Subject: [PATCH] we --- shell.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/shell.nix b/shell.nix index af05d1f4..882fe4ed 100644 --- a/shell.nix +++ b/shell.nix @@ -14,6 +14,7 @@ ]; buildInputs = with pkgs; [ haskellPackages.xmonad + haskellPackages.xmonad-contrib ]; }; }