Add required channels to readme
This commit is contained in:
parent
917fed884f
commit
06f14d9faf
|
@ -2,6 +2,13 @@
|
|||
|
||||
The NixOS configuration for my workstations.
|
||||
|
||||
## Add required channel Channel
|
||||
```
|
||||
nix-channel --add https://channels.nixos.org/nixos-22.11 nixos
|
||||
nix-channel --add https://channels.nixos.org/nixos-unstable nixos-unstable
|
||||
nix-channel --add https://github.com/NixOS/nixos-hardware/archive/master.tar.gz nixos-hardware
|
||||
nix-channel --update -v
|
||||
```
|
||||
|
||||
## Usage
|
||||
|
||||
|
|
Loading…
Reference in a new issue