readme.md (299B)
1 # Nix Configs 2 3 An effort to merge [dotfiles](https://github.com/breadcat/dotfiles), [dockerfiles](https://github.com/breadcat/Dockerfiles) and all things in between in a declarative way. 4 5 Amend your `variables.nix`, then run: 6 ``` 7 sudo nixos-rebuild -I nixos-config=entrypoint.nix switch 8 ```