Move zeroad package

This commit is contained in:
Oliver Davies 2025-07-24 21:32:20 +01:00
parent 0259ea44f0
commit 278b9eaea1
3 changed files with 8 additions and 1 deletions

View file

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