10 lines
256 B
Nix
10 lines
256 B
Nix
{
|
|
programs = {
|
|
anime-game-launcher.enable = true;
|
|
#anime-games-launcher.enable = true;
|
|
#honkers-railway-launcher.enable = true;
|
|
honkers-launcher.enable = true;
|
|
# wavey-launcher.enable = true;
|
|
sleepy-launcher.enable = true;
|
|
};
|
|
}
|