remove xmobar-config

This commit is contained in:
♥ Minnie ♥ 2023-05-02 03:11:50 +08:00
parent 30b2f7931b
commit 1a6f4f18f3
4 changed files with 0 additions and 74 deletions

View file

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