{ pkgs, ... }: { imports = [ ./channels ./gc ./unfree ]; nix = { package = pkgs.lix; settings = { experimental-features = [ "nix-command" "flakes" ]; auto-optimise-store = true; trusted-users = [ "@wheel" ]; }; }; }