Add required channels to readme

This commit is contained in:
fleaz 2023-04-18 10:08:22 +02:00
parent 917fed884f
commit 06f14d9faf
No known key found for this signature in database
GPG key ID: AED15F8FDD04D083

View file

@ -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