{ config, pkgs, unstable, ... }: { imports = [ ./gc ]; nix.settings = { experimental-features = [ "nix-command" "flakes" ]; auto-optimise-store = true; }; _module.args.pkgsUnstable = import unstable { inherit (pkgs.stdenv.hostPlatform) system; inherit (config.nixpkgs) config; }; }