config.nix: use personal channel for pkgs

This commit is contained in:
surtur 2022-04-20 15:59:22 +02:00
parent 4b49a97759
commit 3716195b0d
Signed by: wanderer
GPG Key ID: 19CE1EC1D9E0486D

View File

@ -1,4 +1,6 @@
{
pkgs = import <personal> { };
# https://nixos.org/manual/nixpkgs/stable/#sec-declarative-package-management
# https://github.com/g-w1/nix-configs/blob/main/home.nix
packageOverrides = pkgs: with pkgs; {