Add README

This commit is contained in:
monologiq 2025-12-17 17:11:40 +01:00
parent bd88e80ad5
commit 764a05c73c

13
README.md Normal file
View file

@ -0,0 +1,13 @@
# Systems
## NixOS
```bash
sudo nixos-install --root /mnt --flake .#hermes
```
## Nix Darwin
```bash
nix run nix-darwin/release-* -- switch --flake .#mercure
```