dotfiles/modules/home/gui/apps/tools/usbImager/default.nix
2025-10-01 19:51:55 -05:00

11 lines
111 B
Nix
Executable file

{
pkgs,
...
}:
{
home.packages = builtins.attrValues {
inherit (pkgs)
usbimager
;
};
}