Elysia NixOS Package
Find a file
2026-01-27 06:14:34 +00:00
assets Added pictures/ak-e.png 2026-01-26 17:25:35 -05:00
modules Organization of modules 2026-01-26 17:19:27 -05:00
flake.lock Initial commit to support Elysia v0.2 2026-01-26 17:02:05 -05:00
flake.nix Organization of modules 2026-01-26 17:19:27 -05:00
LICENSE Initial commit to support Elysia v0.2 2026-01-26 17:02:05 -05:00
README.md Update README.md 2026-01-27 06:14:34 +00:00

elysia-on-nix

The launcher for anime games on Linux, packaged for NixOS! 💕

Launcher

⚠️ Elysia is still in very early development! Please report any issues. ⚠️

⚠️ This specific package is community managed ⚠️

Elysia Launcher

Installation

NixOS Flakes

Add the following to your flake.nix inputs

elysia = {
  url = "git+https://dawn.wine/foxtrottt/elysia-on-nix/";
  inputs.nixpkgs.follows = "nixpkgs";
};

Then add the following

environment.systemPackages = [
  inputs.elysia.packages.x86_64-linux.default
  ];

or, if you prefer it under Home-Manager

home.packages = [
  inputs.elysia.packages.x86_64-linux.default
  ];

Support

Elysia is still very work-in-progress: if you meet any bugs, please make an issue or ask for help at our discord server!

Special thanks to https://github.com/ezKEa for helping me with some troubleshooting