haskell things
This commit is contained in:
parent
ab508dbcb9
commit
6687b0ff4a
3 changed files with 18 additions and 5 deletions
|
@ -8,7 +8,11 @@
|
|||
pkgs,
|
||||
...
|
||||
}: let
|
||||
xmobarGhc = pkgs.haskellPackages.ghcWithPackages (pkgs: with pkgs; [xmobar]);
|
||||
xmobarGhc = pkgs.haskellPackages.ghcWithPackages (pkgs:
|
||||
with pkgs; [
|
||||
xmobar
|
||||
statgrab
|
||||
]);
|
||||
in {
|
||||
home.packages = [xmobarGhc pkgs.xmonadctl];
|
||||
programs.xmobar = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue