setup custom xmobar package

This commit is contained in:
♥ Minnie ♥ 2023-07-23 08:24:40 +08:00
parent 1170a10612
commit 5c20a15385
6 changed files with 5 additions and 139 deletions

View file

@ -0,0 +1,5 @@
{ pkgs }:
pkgs.haskellPackages.developPackage {
root = ./.;
}