nix-dotfiles/home-manager/modules/gremlin.nix
2026-02-16 00:04:21 -07:00

6 lines
86 B
Nix

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