nixos-config/system/systemsettings.nix
2024-08-04 19:06:02 +02:00

6 lines
117 B
Nix

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