From bd6c1b821b3e0d476615f5e710c4f02021700482 Mon Sep 17 00:00:00 2001 From: Martin Berg Alstad Date: Sun, 29 Dec 2024 22:16:38 +0100 Subject: [PATCH] =?UTF-8?q?=E2=9C=8D=20Update=20readme=20with=20commands?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/README.md b/README.md index 6622c0e..8d79854 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,22 @@ # NixOS Configurations My NixOS configurations for my desktop + +## Commands + +Format all .nix files +```Shell + ./fmt +``` + +Rebuild and test Nix configuration +- Will add all new files to git and format all nix-files +```Shell + ./test +``` + +Rebuild and switch Nix configuration +- Will add all new files to git and format all nix-files +```Shell + ./rebuild +```