mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 06:39:14 +00:00
nix: bring xmobar in shell ghc libraries
This commit is contained in:
parent
83730355fc
commit
6e74d28502
1 changed files with 3 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue