Add dwmblocks
All checks were successful
/ check (push) Successful in 2m28s

This commit is contained in:
Oliver Davies 2025-08-05 00:12:50 +01:00
parent d811cf26f5
commit 0beeb10fb0
5 changed files with 6 additions and 15 deletions

View file

@ -0,0 +1,5 @@
{
flake.modules.homeManager.gui = { pkgs, ... }: {
home.packages = [ pkgs.dwmblocks ];
};
}