nix: bring xmobar in shell ghc libraries

This commit is contained in:
Primrose 2025-08-07 12:53:40 +02:00
parent 83730355fc
commit 6e74d28502
Signed by: primrose
GPG key ID: 4E887A4CA9714ADA

View file

@ -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