nix-dotfiles/home-manager/modules/gremlin.nix
2026-01-01 20:28:16 -07:00

7 lines
105 B
Nix

{pkgs, ...}: {
home.packages = with pkgs; [
desktop-gremlin
voicevox
libretranslate
];
}