nixos-config/system/systemsettings.nix

6 lines
144 B
Nix

{ config, pkgs, pkgs-stable, ... }:
{
nixpkgs.config.allowUnfree = true;
nix.settings.experimental-features = [ "nix-command" "flakes" ];
}