xmobar-config

This commit is contained in:
♥ Minnie ♥ 2023-04-25 21:28:53 +08:00
parent 061583c342
commit d8e21e872a
6 changed files with 55 additions and 48 deletions

View file

@ -0,0 +1,9 @@
{ pkgs }:
pkgs.haskellPackages.developPackage {
root = ./.;
modifier = drv:
pkgs.haskell.lib.addBuildTools drv (with pkgs.haskellPackages;
[ cabal-install ]
);
}