{ config, lib, pkgs, ... }: { imports = [ ./channels ./unfree ]; nix = { package = lib.mkForce pkgs.nix; settings.experimental-features = [ "nix-command" "flakes" ]; }; }