Elysia NixOS Package
- Nix 100%
| assets | ||
| modules | ||
| flake.lock | ||
| flake.nix | ||
| LICENSE | ||
| README.md | ||
elysia-on-nix
The launcher for anime games on Linux, packaged for NixOS! 💕
⚠️ Elysia is still in very early development! Please report any issues. ⚠️
⚠️ This specific package is community managed ⚠️
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