[READ-ONLY] Mirror of https://github.com/maybeanerd/nixos. the nixos config for my PC, laptops, and whatever else I can find
1

Configure Feed

Select the types of activity you want to include in your feed.

at main 4 files
README.md

XMage Flake#

A Nix flake for running XMage (Magic: The Gathering online client) on NixOS.

Usage#

From this directory, you can run XMage with:

nix run

This will:

  1. Download the specified XMage version (controlled by the flake input)
  2. Extract it to the Nix store
  3. Launch the client with proper Java configuration for NixOS

Dev shell#

To enter a development shell with XMage dependencies, run:

nix develop

Updating XMage#

To update to a new version:

  1. Edit flake.nix and change the version variable to the desired release
  2. Remove the sha256 line or set it to an empty string
  3. Run nix flake update
  4. Nix will tell you the correct hash; add it back to the file