nix-configs

Personal NixOS and home-manager configuration files
Log | Files | Refs

commit 7ecae0be4ec50f8b7153c638402d397d30a7ebff
parent f4004d942bd8d00b1d3a762c2aadcc9673efbe4b
Author: breadcat <breadcat@users.noreply.github.com>
Date:   Wed,  6 Aug 2025 13:40:28 +0100

Add readme

Diffstat:
Areadme.md | 8++++++++
1 file changed, 8 insertions(+), 0 deletions(-)

diff --git a/readme.md b/readme.md @@ -0,0 +1,8 @@ +# Nix Configs + +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. + +Amend your `variables.nix`, then run: +``` +sudo nixos-rebuild -I nixos-config=entrypoint.nix switch +```