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
|
./nix/overlays/disko.nix
|
||||||
];
|
];
|
||||||
},
|
},
|
||||||
withXMonad ? false,
|
withGHC ? false,
|
||||||
}: let
|
}: let
|
||||||
inherit (pkgs) lib;
|
inherit (pkgs) lib;
|
||||||
in
|
in
|
||||||
|
|
@ -18,10 +18,11 @@ in
|
||||||
npins
|
npins
|
||||||
disko
|
disko
|
||||||
]
|
]
|
||||||
++ lib.optionals withXMonad [
|
++ lib.optionals withGHC [
|
||||||
(haskellPackages.ghcWithPackages (self: [
|
(haskellPackages.ghcWithPackages (self: [
|
||||||
self.xmonad-contrib
|
self.xmonad-contrib
|
||||||
self.xmonad-extras
|
self.xmonad-extras
|
||||||
|
self.xmobar
|
||||||
]))
|
]))
|
||||||
haskell-language-server
|
haskell-language-server
|
||||||
cabal-install
|
cabal-install
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue