···11+# Config
22+33+It only contains a Home Manager config because the purpose is to run Nix inside a Fedora Toolbox.
44+55+Here are the commands to set it up:
66+77+```bash
88+sudo dnf install nix --exclude nix-daemon
99+sudo usermod -aG nixbld $USER
1010+```
1111+1212+Restart your toolbox session to apply the group change, then run:
1313+1414+```bash
1515+nix run nixpks#home-manager switch --flake .
1616+```