nix-dotfiles/home-manager/modules/gremlin.nix
2026-03-06 21:02:12 -07:00

6 lines
87 B
Nix

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