From 4f0c6d3e460002e742b0be82fa7ae1d51413e286 Mon Sep 17 00:00:00 2001 From: biscuit Date: Wed, 21 May 2025 17:54:27 -0500 Subject: [PATCH] README revamp --- README.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ea7ce2b..69c0b14 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,13 @@ -# NixOS configuration +# Sakamoto NixOS +Sakamoto NixOS is built with various profiles intended for reproducibility. + +## Installation +As of now, it is still under construction. Thus, you can only access `desktop` profile for both `nixosConfiguration` and `homeConfiguration`. Follow the instructions below. + +1. Edit `info.nix` variables. There are various options such as the vpn section that you may need to modify. Otherwise, the program may not work. +2. On the current directory, execute the following command: +``` +$ nixos-rebuild switch --flake ./#desktop +$ home-manager switch --flake ./#desktop +```