diff --git a/configuration.nix b/configuration.nix index c895fae..bd23263 100644 --- a/configuration.nix +++ b/configuration.nix @@ -62,6 +62,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; [