diff --git a/configuration.nix b/configuration.nix index 1d1ea4e..1fdc49b 100644 --- a/configuration.nix +++ b/configuration.nix @@ -56,6 +56,8 @@ # Allow unfree packages nixpkgs.config.allowUnfree = true; + + nix.settings.experimental-features = [ "nix-command" "flakes" ]; # List packages installed in system profile environment.systemPackages = with pkgs; [