this repo has no description
0
fork

Configure Feed

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

feat: README

+16
+16
README.md
··· 1 + # Config 2 + 3 + It only contains a Home Manager config because the purpose is to run Nix inside a Fedora Toolbox. 4 + 5 + Here are the commands to set it up: 6 + 7 + ```bash 8 + sudo dnf install nix --exclude nix-daemon 9 + sudo usermod -aG nixbld $USER 10 + ``` 11 + 12 + Restart your toolbox session to apply the group change, then run: 13 + 14 + ```bash 15 + nix run nixpks#home-manager switch --flake . 16 + ```