setup custom xmonad package

This commit is contained in:
♥ Minnie ♥ 2023-07-23 08:25:17 +08:00
parent 5c20a15385
commit 54ce4b0c94
6 changed files with 5 additions and 126 deletions

View file

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