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

@ -130,7 +130,6 @@
xcape
xsel
yt-dlp
zeroad
zoom-us
];
}

View file

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

View file

@ -26,6 +26,7 @@
)
config.flake.modules.homeManager.base
config.flake.modules.homeManager.gui
];
};
};