From 1f468a4bfab91ca55a9a60a3c1fbc63c1a3b99a0 Mon Sep 17 00:00:00 2001 From: Max Gialanella Date: Fri, 16 Aug 2024 19:06:13 -0700 Subject: [PATCH] Update readme.md --- readme.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 0e330b2..d231c5e 100644 --- a/readme.md +++ b/readme.md @@ -1,4 +1,11 @@ # Nix Setup Guide +Config file for nix is saved at location `$ /etc/nixos/configuration.nix`. +This file defines all behaviores for your system. +Apply it with `nixos-rebuild switch`. + +If you want to create an ephemeral enviroment for a specfic project: +create a `shell.nix` file, put in config and run `$ nix-shell`. + ## Framework laptop @@ -10,4 +17,4 @@ https://github.com/NixOS/nixos-hardware/tree/master/framework/13-inch/7040-amd Copy and paste my framework-config into file /etc/nixos/configuration.nix Then run: -```$ nixos-rebuild switch``` \ No newline at end of file +`$ nixos-rebuild switch` \ No newline at end of file