From 06f14d9faf3d328a4aa833ac00719ecc3c331ced Mon Sep 17 00:00:00 2001 From: fleaz Date: Tue, 18 Apr 2023 10:08:22 +0200 Subject: [PATCH] Add required channels to readme --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 2d012d0..0d8c94b 100644 --- a/README.md +++ b/README.md @@ -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