From 6e74d285023d17fcb9eaaa871e9eebb6d0770d1a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9ana=20=E6=B1=9F?= Date: Thu, 7 Aug 2025 12:53:40 +0200 Subject: [PATCH] nix: bring xmobar in shell ghc libraries --- shell.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/shell.nix b/shell.nix index eb8a67ab..292dd1f7 100644 --- a/shell.nix +++ b/shell.nix @@ -6,7 +6,7 @@ ./nix/overlays/disko.nix ]; }, - withXMonad ? false, + withGHC ? false, }: let inherit (pkgs) lib; in @@ -18,10 +18,11 @@ in npins disko ] - ++ lib.optionals withXMonad [ + ++ lib.optionals withGHC [ (haskellPackages.ghcWithPackages (self: [ self.xmonad-contrib self.xmonad-extras + self.xmobar ])) haskell-language-server cabal-install