Update readme.md
This commit is contained in:
parent
ec2ad280d7
commit
1f468a4bfa
@ -1,4 +1,11 @@
|
|||||||
# Nix Setup Guide
|
# 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
|
## 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
|
Copy and paste my framework-config into file /etc/nixos/configuration.nix
|
||||||
Then run:
|
Then run:
|
||||||
```$ nixos-rebuild switch```
|
`$ nixos-rebuild switch`
|
Loading…
Reference in New Issue
Block a user