Elysia NixOS Package
Find a file
2026-03-29 21:16:08 +00:00
.direnv Create dev branch 2026-01-28 23:36:19 -05:00
assets Added pictures/ak-e.png 2026-01-26 17:25:35 -05:00
modules Fixed desktop file not properly launching in some instances (noctalia-shell) 2026-03-29 17:08:55 -04:00
.envrc Create dev branch 2026-01-28 23:36:19 -05:00
.gitignore Updated '.gitignore' to not include 'result' 2026-03-29 17:10:11 -04:00
flake.lock Initial commit to support Elysia v0.2 2026-01-26 17:02:05 -05:00
flake.nix Create dev branch 2026-01-28 23:36:19 -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